Html Css Color HEX #B822DE Dark Orchid

📋 copy color: '#B822DE'

red 184 ◦ green 34 ◦ blue 222

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

Shades of Dark Orchid #B822DE

Tints of Dark Orchid #B822DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.45%

R = 41.82%
G = 7.73%
B = 50.45%

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

#B822DE (or 0xB822DE) is known color: Dark Orchid. HEX triplet: B8, 22 and DE. RGB value is (184,34,222). Sum of RGB (Red+Green+Blue) = 184+34+222=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #B822DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822DE is #47DD21. Grayscale: #636363. Windows color (decimal): -4709666 or 14557880. OLE color: 14557880.

HSL color Cylindrical-coordinate representation of color #B822DE: hue angle of 287.87º degrees, saturation: 0.74, 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 #B822DE is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 34 222 -
CMYK 0.17 0.85 0 0.13
HSL 287.87º 0.74% 0.5% -
HSV(B) 287.87º 0.85% 0.87% -
XYZ 33.52 16.61 70.55 -
YUV 100.28 196.7 187.71 -
System Red Green Blue C M Y K H S L
Decimal 184 34 222 0.17 0.85 0 0.13 287.87 0.74 0.5
Hex B8 22 DE 11 55 0 D 120 4A 32
Octal 270 42 336 21 125 0 15 440 112 62
Binary 10111000 100010 11011110 10001 1010101 0 1101 100100000 1001010 110010

Color Harmonies of #B822DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B822DE

Black with #B822DE

Text Example


Text Example

White with #B822DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B822DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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