Html Css Color HEX #B720CE Dark Orchid

📋 copy color: '#B720CE'

red 183 ◦ green 32 ◦ blue 206

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

Shades of Dark Orchid #B720CE

Tints of Dark Orchid #B720CE

RGB

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

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

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

R = 43.47%
G = 7.6%
B = 48.93%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B720CE (or 0xB720CE) is known color: Dark Orchid. HEX triplet: B7, 20 and CE. RGB value is (183,32,206). Sum of RGB (Red+Green+Blue) = 183+32+206=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #B720CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720CE is #48DF31. Grayscale: #606060. Windows color (decimal): -4775730 or 13508791. OLE color: 13508791.

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

Color convert

RGB 183 32 206 -
CMYK 0.11 0.84 0 0.19
HSL 292.07º 0.73% 0.47% -
HSV(B) 292.07º 0.84% 0.81% -
XYZ 31.19 15.56 59.75 -
YUV 96.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 183 32 206 0.11 0.84 0 0.19 292.07 0.73 0.47
Hex B7 20 CE B 54 0 13 124 49 2F
Octal 267 40 316 13 124 0 23 444 111 57
Binary 10110111 100000 11001110 1011 1010100 0 10011 100100100 1001001 101111

Color Harmonies of #B720CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720CE

Black with #B720CE

Text Example


Text Example

White with #B720CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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