Html Css Color HEX #B822DF Dark Orchid

📋 copy color: '#B822DF'

red 184 ◦ green 34 ◦ blue 223

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

Shades of Dark Orchid #B822DF

Tints of Dark Orchid #B822DF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.71%

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 41.72%
G = 7.71%
B = 50.57%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B822DF (or 0xB822DF) is known color: Dark Orchid. HEX triplet: B8, 22 and DF. RGB value is (184,34,223). Sum of RGB (Red+Green+Blue) = 184+34+223=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 34 (13.67% from 255 or 7.71% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #B822DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822DF is #47DD20. Grayscale: #636363. Windows color (decimal): -4709665 or 14623416. OLE color: 14623416.

HSL color Cylindrical-coordinate representation of color #B822DF: hue angle of 287.62º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B822DF is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 34 223 -
CMYK 0.17 0.85 0 0.13
HSL 287.62º 0.75% 0.5% -
HSV(B) 287.62º 0.85% 0.87% -
XYZ 33.66 16.66 71.25 -
YUV 100.4 197.2 187.63 -
System Red Green Blue C M Y K H S L
Decimal 184 34 223 0.17 0.85 0 0.13 287.62 0.75 0.5
Hex B8 22 DF 11 55 0 D 120 4B 32
Octal 270 42 337 21 125 0 15 440 113 62
Binary 10111000 100010 11011111 10001 1010101 0 1101 100100000 1001011 110010

Color Harmonies of #B822DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B822DF

Black with #B822DF

Text Example


Text Example

White with #B822DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B822DF; }

 p { color: rgb(184,34,223); }

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

background-color css

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

 a { background-color: rgb(184,34,223); }

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

border-color css

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

 span { border-color: rgb(184,34,223); }

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