#B829BD

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

Shades of Dark Orchid #B829BD

Tints of Dark Orchid #B829BD

Color information

#B829BD (or 0xB829BD) is unknown color: approx Dark Orchid. HEX triplet: B8, 29 and BD. RGB value is (184,41,189). Sum of RGB (Red+Green+Blue) = 184+41+189=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #B829BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829BD is #47D642. Grayscale: #646464. Windows color (decimal): -4707907 or 12396984. OLE color: 12396984.

HSL color Cylindrical-coordinate representation of color #B829BD: hue angle of 297.97º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B829BD is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18441189-
CMYK0.030.7800.26
HSL297.97º64.35%45.1%-
HSV(B)297.97º78.31%74.12%-
XYZ29.7515.4549.56-
YUV100.63177.88187.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 41 (16.41% from 255) = 9.90%
BLUE value IS 189 (74.22% from 255) = 45.65%
R=44.44%
G=9.90%
B=45.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184411890.030.7800.26297.9764.3545.1
HexB829BD34E01A12a402d
Octal27051275311603245210055
Binary10111000101001101111011110011100110101001010101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B829BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B829BD; }

 p { color: rgb(184,41,189); }

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

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

 a { background-color: rgb(184,41,189); }

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

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

 span { border-color: rgb(184,41,189); }

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