#B434C9

Color #B434C9 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B434C9

Tints of Dark Orchid #B434C9

Color information

#B434C9 (or 0xB434C9) is unknown color: approx Dark Orchid. HEX triplet: B4, 34 and C9. RGB value is (180,52,201). Sum of RGB (Red+Green+Blue) = 180+52+201=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #B434C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434C9 is #4BCB36. Grayscale: #6A6A6A. Windows color (decimal): -4967223 or 13186228. OLE color: 13186228.

HSL color Cylindrical-coordinate representation of color #B434C9: hue angle of 291.54º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B434C9 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18052201-
CMYK0.100.7400.21
HSL291.54º58.89%49.61%-
HSV(B)291.54º74.13%78.82%-
XYZ30.5916.3856.81-
YUV107.26180.91179.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 52 (20.70% from 255) = 12.01%
BLUE value IS 201 (78.91% from 255) = 46.42%
R=41.57%
G=12.01%
B=46.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180522010.100.7400.21291.5458.8949.61
HexB434C9A4A0151243b32
Octal26464311121120254447362
Binary101101001101001100100110101001010010101100100100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B434C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B434C9; }

 p { color: rgb(180,52,201); }

 H1.HeaderClassName
 {
   color: #B434C9;
 }
 .AnyTagClassName
 {
   color: #B434C9;
 }
</style>
background-color css

<style>
 a { background-color: #B434C9; }

 a { background-color: rgb(180,52,201); }

 div.DivClassName
 {
   background-color: #B434C9;
 }
 .BgClassName
 {
   background-color: #B434C9;
 }
</style>
border-color css

<style>
 span { border-color: #B434C9; }

 span { border-color: rgb(180,52,201); }

 td.TdClassName
 {
   border-color: #B434C9;
 }
 .TagClassName
 {
   border-color: #B434C9;
 }
</style>