Html Css Color HEX #B720DD Dark Orchid

📋 copy color: '#B720DD'

red 183 ◦ green 32 ◦ blue 221

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

Shades of Dark Orchid #B720DD

Tints of Dark Orchid #B720DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 41.97%
G = 7.34%
B = 50.69%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B720DD (or 0xB720DD) is known color: Dark Orchid. HEX triplet: B7, 20 and DD. RGB value is (183,32,221). Sum of RGB (Red+Green+Blue) = 183+32+221=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #B720DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720DD is #48DF22. Grayscale: #626262. Windows color (decimal): -4775715 or 14491831. OLE color: 14491831.

HSL color Cylindrical-coordinate representation of color #B720DD: hue angle of 287.94º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B720DD is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 32 221 -
CMYK 0.17 0.86 0 0.13
HSL 287.94º 0.75% 0.5% -
HSV(B) 287.94º 0.86% 0.87% -
XYZ 33.1 16.32 69.81 -
YUV 98.7 197.03 188.13 -
System Red Green Blue C M Y K H S L
Decimal 183 32 221 0.17 0.86 0 0.13 287.94 0.75 0.5
Hex B7 20 DD 11 56 0 D 120 4B 32
Octal 267 40 335 21 126 0 15 440 113 62
Binary 10110111 100000 11011101 10001 1010110 0 1101 100100000 1001011 110010

Color Harmonies of #B720DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720DD

Black with #B720DD

Text Example


Text Example

White with #B720DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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