Html Css Color HEX #B828CB Dark Orchid

📋 copy color: '#B828CB'

red 184 ◦ green 40 ◦ blue 203

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

Shades of Dark Orchid #B828CB

Tints of Dark Orchid #B828CB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.37%

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

R = 43.09%
G = 9.37%
B = 47.54%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B828CB (or 0xB828CB) is known color: Dark Orchid. HEX triplet: B8, 28 and CB. RGB value is (184,40,203). Sum of RGB (Red+Green+Blue) = 184+40+203=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #B828CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828CB is #47D734. Grayscale: #656565. Windows color (decimal): -4708149 or 13314232. OLE color: 13314232.

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

Color convert

RGB 184 40 203 -
CMYK 0.09 0.80 0 0.20
HSL 293.01º 0.67% 0.48% -
HSV(B) 293.01º 0.8% 0.8% -
XYZ 31.31 16.02 57.94 -
YUV 101.64 185.21 186.75 -
System Red Green Blue C M Y K H S L
Decimal 184 40 203 0.09 0.80 0 0.20 293.01 0.67 0.48
Hex B8 28 CB 9 50 0 14 125 43 30
Octal 270 50 313 11 120 0 24 445 103 60
Binary 10111000 101000 11001011 1001 1010000 0 10100 100100101 1000011 110000

Color Harmonies of #B828CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828CB

Black with #B828CB

Text Example


Text Example

White with #B828CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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