Html Css Color HEX #B722CC Dark Orchid

📋 copy color: '#B722CC'

red 183 ◦ green 34 ◦ blue 204

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

Shades of Dark Orchid #B722CC

Tints of Dark Orchid #B722CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 43.47%
G = 8.08%
B = 48.46%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B722CC (or 0xB722CC) is known color: Dark Orchid. HEX triplet: B7, 22 and CC. RGB value is (183,34,204). Sum of RGB (Red+Green+Blue) = 183+34+204=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #B722CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B722CC is #48DD33. Grayscale: #616161. Windows color (decimal): -4775220 or 13378231. OLE color: 13378231.

HSL color Cylindrical-coordinate representation of color #B722CC: hue angle of 292.59º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B722CC is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 34 204 -
CMYK 0.10 0.83 0 0.2
HSL 292.59º 0.71% 0.47% -
HSV(B) 292.59º 0.83% 0.8% -
XYZ 31 15.57 58.5 -
YUV 97.93 187.86 188.68 -
System Red Green Blue C M Y K H S L
Decimal 183 34 204 0.10 0.83 0 0.2 292.59 0.71 0.47
Hex B7 22 CC A 53 0 14 125 47 2F
Octal 267 42 314 12 123 0 24 445 107 57
Binary 10110111 100010 11001100 1010 1010011 0 10100 100100101 1000111 101111

Color Harmonies of #B722CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B722CC

Black with #B722CC

Text Example


Text Example

White with #B722CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B722CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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