#B629C9

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

Shades of Dark Orchid #B629C9

Tints of Dark Orchid #B629C9

Color information

#B629C9 (or 0xB629C9) is unknown color: approx Dark Orchid. HEX triplet: B6, 29 and C9. RGB value is (182,41,201). Sum of RGB (Red+Green+Blue) = 182+41+201=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #B629C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B629C9 is #49D636. Grayscale: #646464. Windows color (decimal): -4838967 or 13183414. OLE color: 13183414.

HSL color Cylindrical-coordinate representation of color #B629C9: hue angle of 292.88º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B629C9 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18241201-
CMYK0.090.8000.21
HSL292.88º66.12%47.45%-
HSV(B)292.88º79.6%78.82%-
XYZ30.6315.7556.68-
YUV101.4184.21185.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 41 (16.41% from 255) = 9.67%
BLUE value IS 201 (78.91% from 255) = 47.41%
R=42.92%
G=9.67%
B=47.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182412010.090.8000.21292.8866.1247.45
HexB629C9950015125422f
Octal266513111112002544510257
Binary1011011010100111001001100110100000101011001001011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B629C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B629C9; }

 p { color: rgb(182,41,201); }

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

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

 a { background-color: rgb(182,41,201); }

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

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

 span { border-color: rgb(182,41,201); }

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