Html Css Color HEX #B722DE Dark Orchid

📋 copy color: '#B722DE'

red 183 ◦ green 34 ◦ blue 222

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

Shades of Dark Orchid #B722DE

Tints of Dark Orchid #B722DE

RGB

 RED value IS 183 (71.88% from 255) = 41.69%

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

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

R = 41.69%
G = 7.74%
B = 50.57%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B722DE (or 0xB722DE) is known color: Dark Orchid. HEX triplet: B7, 22 and DE. RGB value is (183,34,222). Sum of RGB (Red+Green+Blue) = 183+34+222=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #B722DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B722DE is #48DD21. Grayscale: #636363. Windows color (decimal): -4775202 or 14557879. OLE color: 14557879.

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

Color convert

RGB 183 34 222 -
CMYK 0.18 0.85 0 0.13
HSL 287.55º 0.74% 0.5% -
HSV(B) 287.55º 0.85% 0.87% -
XYZ 33.29 16.49 70.53 -
YUV 99.98 196.86 187.21 -
System Red Green Blue C M Y K H S L
Decimal 183 34 222 0.18 0.85 0 0.13 287.55 0.74 0.5
Hex B7 22 DE 12 55 0 D 120 4A 32
Octal 267 42 336 22 125 0 15 440 112 62
Binary 10110111 100010 11011110 10010 1010101 0 1101 100100000 1001010 110010

Color Harmonies of #B722DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B722DE

Black with #B722DE

Text Example


Text Example

White with #B722DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B722DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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