#B827BD

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

Shades of Dark Orchid #B827BD

Tints of Dark Orchid #B827BD

Color information

#B827BD (or 0xB827BD) is unknown color: approx Dark Orchid. HEX triplet: B8, 27 and BD. RGB value is (184,39,189). Sum of RGB (Red+Green+Blue) = 184+39+189=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #B827BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827BD is #47D842. Grayscale: #636363. Windows color (decimal): -4708419 or 12396472. OLE color: 12396472.

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

Color convert

RGB18439189-
CMYK0.030.7900.26
HSL298º65.79%44.71%-
HSV(B)298º79.37%74.12%-
XYZ29.6815.3249.54-
YUV99.45178.54188.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 39 (15.62% from 255) = 9.47%
BLUE value IS 189 (74.22% from 255) = 45.87%
R=44.66%
G=9.47%
B=45.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184391890.030.7900.2629865.7944.71
HexB827BD34F01A12a422d
Octal27047275311703245210255
Binary10111000100111101111011110011110110101001010101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B827BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B827BD; }

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

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

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

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

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

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

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

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