Html Css Color HEX #B828CE Dark Orchid

📋 copy color: '#B828CE'

red 184 ◦ green 40 ◦ blue 206

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

Shades of Dark Orchid #B828CE

Tints of Dark Orchid #B828CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 42.79%
G = 9.3%
B = 47.91%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B828CE (or 0xB828CE) is known color: Dark Orchid. HEX triplet: B8, 28 and CE. RGB value is (184,40,206). Sum of RGB (Red+Green+Blue) = 184+40+206=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #B828CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828CE is #47D731. Grayscale: #656565. Windows color (decimal): -4708146 or 13510840. OLE color: 13510840.

HSL color Cylindrical-coordinate representation of color #B828CE: hue angle of 292.05º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B828CE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 40 206 -
CMYK 0.11 0.81 0 0.19
HSL 292.05º 0.67% 0.48% -
HSV(B) 292.05º 0.81% 0.81% -
XYZ 31.67 16.16 59.84 -
YUV 101.98 186.71 186.5 -
System Red Green Blue C M Y K H S L
Decimal 184 40 206 0.11 0.81 0 0.19 292.05 0.67 0.48
Hex B8 28 CE B 51 0 13 124 43 30
Octal 270 50 316 13 121 0 23 444 103 60
Binary 10111000 101000 11001110 1011 1010001 0 10011 100100100 1000011 110000

Color Harmonies of #B828CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828CE

Black with #B828CE

Text Example


Text Example

White with #B828CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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