Html Css Color HEX #B720DF Dark Orchid

📋 copy color: '#B720DF'

red 183 ◦ green 32 ◦ blue 223

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

Shades of Dark Orchid #B720DF

Tints of Dark Orchid #B720DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 41.78%
G = 7.31%
B = 50.91%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B720DF (or 0xB720DF) is known color: Dark Orchid. HEX triplet: B7, 20 and DF. RGB value is (183,32,223). Sum of RGB (Red+Green+Blue) = 183+32+223=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #B720DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720DF is #48DF20. Grayscale: #626262. Windows color (decimal): -4775713 or 14622903. OLE color: 14622903.

HSL color Cylindrical-coordinate representation of color #B720DF: hue angle of 287.43º 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 #B720DF is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 32 223 -
CMYK 0.18 0.86 0 0.13
HSL 287.43º 0.75% 0.5% -
HSV(B) 287.43º 0.86% 0.87% -
XYZ 33.36 16.43 71.22 -
YUV 98.92 198.03 187.97 -
System Red Green Blue C M Y K H S L
Decimal 183 32 223 0.18 0.86 0 0.13 287.43 0.75 0.5
Hex B7 20 DF 12 56 0 D 11F 4B 32
Octal 267 40 337 22 126 0 15 437 113 62
Binary 10110111 100000 11011111 10010 1010110 0 1101 100011111 1001011 110010

Color Harmonies of #B720DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720DF

Black with #B720DF

Text Example


Text Example

White with #B720DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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