Html Css Color HEX #B720CC Dark Orchid

📋 copy color: '#B720CC'

red 183 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #B720CC

Tints of Dark Orchid #B720CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.64%

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

R = 43.68%
G = 7.64%
B = 48.69%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B720CC (or 0xB720CC) is known color: Dark Orchid. HEX triplet: B7, 20 and CC. RGB value is (183,32,204). Sum of RGB (Red+Green+Blue) = 183+32+204=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #B720CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720CC is #48DF33. Grayscale: #606060. Windows color (decimal): -4775732 or 13377719. OLE color: 13377719.

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

Color convert

RGB 183 32 204 -
CMYK 0.10 0.84 0 0.2
HSL 292.67º 0.73% 0.46% -
HSV(B) 292.67º 0.84% 0.8% -
XYZ 30.94 15.46 58.48 -
YUV 96.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 183 32 204 0.10 0.84 0 0.2 292.67 0.73 0.46
Hex B7 20 CC A 54 0 14 125 49 2E
Octal 267 40 314 12 124 0 24 445 111 56
Binary 10110111 100000 11001100 1010 1010100 0 10100 100100101 1001001 101110

Color Harmonies of #B720CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720CC

Black with #B720CC

Text Example


Text Example

White with #B720CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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