Html Css Color HEX #B827CB Dark Orchid

📋 copy color: '#B827CB'

red 184 ◦ green 39 ◦ blue 203

#B827CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B827CB

Tints of Dark Orchid #B827CB

RGB

 RED value IS 184 (72.27% from 255) = 43.19%

 GREEN value IS 39 (15.63% from 255) = 9.15%

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 43.19%
G = 9.15%
B = 47.65%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B827CB (or 0xB827CB) is known color: Dark Orchid. HEX triplet: B8, 27 and CB. RGB value is (184,39,203). Sum of RGB (Red+Green+Blue) = 184+39+203=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #B827CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827CB is #47D834. Grayscale: #646464. Windows color (decimal): -4708405 or 13313976. OLE color: 13313976.

HSL color Cylindrical-coordinate representation of color #B827CB: hue angle of 293.05º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B827CB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 39 203 -
CMYK 0.09 0.81 0 0.20
HSL 293.05º 0.68% 0.47% -
HSV(B) 293.05º 0.81% 0.8% -
XYZ 31.27 15.95 57.93 -
YUV 101.05 185.54 187.16 -
System Red Green Blue C M Y K H S L
Decimal 184 39 203 0.09 0.81 0 0.20 293.05 0.68 0.47
Hex B8 27 CB 9 51 0 14 125 44 2F
Octal 270 47 313 11 121 0 24 445 104 57
Binary 10111000 100111 11001011 1001 1010001 0 10100 100100101 1000100 101111

Color Harmonies of #B827CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827CB

Black with #B827CB

Text Example


Text Example

White with #B827CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827CB; }

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

 H1.HeaderClassName
 {
   color: #B827CB;
 }
 .AnyTagClassName
 {
   color: #B827CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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