Html Css Color HEX #B828D9 Dark Orchid

📋 copy color: '#B828D9'

red 184 ◦ green 40 ◦ blue 217

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

Shades of Dark Orchid #B828D9

Tints of Dark Orchid #B828D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.21%

R = 41.72%
G = 9.07%
B = 49.21%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B828D9 (or 0xB828D9) is known color: Dark Orchid. HEX triplet: B8, 28 and D9. RGB value is (184,40,217). Sum of RGB (Red+Green+Blue) = 184+40+217=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #B828D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828D9 is #47D726. Grayscale: #666666. Windows color (decimal): -4708135 or 14231736. OLE color: 14231736.

HSL color Cylindrical-coordinate representation of color #B828D9: hue angle of 288.81º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B828D9 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 40 217 -
CMYK 0.15 0.82 0 0.15
HSL 288.81º 0.7% 0.5% -
HSV(B) 288.81º 0.82% 0.85% -
XYZ 33.05 16.72 67.13 -
YUV 103.23 192.21 185.61 -
System Red Green Blue C M Y K H S L
Decimal 184 40 217 0.15 0.82 0 0.15 288.81 0.7 0.5
Hex B8 28 D9 F 52 0 F 121 46 32
Octal 270 50 331 17 122 0 17 441 106 62
Binary 10111000 101000 11011001 1111 1010010 0 1111 100100001 1000110 110010

Color Harmonies of #B828D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828D9

Black with #B828D9

Text Example


Text Example

White with #B828D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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