Html Css Color HEX #B722CE Dark Orchid

📋 copy color: '#B722CE'

red 183 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #B722CE

Tints of Dark Orchid #B722CE

RGB

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

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

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

R = 43.26%
G = 8.04%
B = 48.7%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B722CE (or 0xB722CE) is known color: Dark Orchid. HEX triplet: B7, 22 and CE. RGB value is (183,34,206). Sum of RGB (Red+Green+Blue) = 183+34+206=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #B722CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B722CE is #48DD31. Grayscale: #616161. Windows color (decimal): -4775218 or 13509303. OLE color: 13509303.

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

Color convert

RGB 183 34 206 -
CMYK 0.11 0.83 0 0.19
HSL 291.98º 0.72% 0.47% -
HSV(B) 291.98º 0.83% 0.81% -
XYZ 31.24 15.67 59.77 -
YUV 98.16 188.86 188.51 -
System Red Green Blue C M Y K H S L
Decimal 183 34 206 0.11 0.83 0 0.19 291.98 0.72 0.47
Hex B7 22 CE B 53 0 13 124 48 2F
Octal 267 42 316 13 123 0 23 444 110 57
Binary 10110111 100010 11001110 1011 1010011 0 10011 100100100 1001000 101111

Color Harmonies of #B722CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B722CE

Black with #B722CE

Text Example


Text Example

White with #B722CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B722CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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