Html Css Color HEX #B72CDB Dark Orchid

📋 copy color: '#B72CDB'

red 183 ◦ green 44 ◦ blue 219

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

Shades of Dark Orchid #B72CDB

Tints of Dark Orchid #B72CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.87%

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 41.03%
G = 9.87%
B = 49.1%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B72CDB (or 0xB72CDB) is known color: Dark Orchid. HEX triplet: B7, 2C and DB. RGB value is (183,44,219). Sum of RGB (Red+Green+Blue) = 183+44+219=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #B72CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CDB is #48D324. Grayscale: #686868. Windows color (decimal): -4772645 or 14363831. OLE color: 14363831.

HSL color Cylindrical-coordinate representation of color #B72CDB: hue angle of 287.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72CDB is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 44 219 -
CMYK 0.16 0.80 0 0.14
HSL 287.66º 0.71% 0.52% -
HSV(B) 287.66º 0.8% 0.86% -
XYZ 33.22 16.98 68.55 -
YUV 105.51 192.05 183.27 -
System Red Green Blue C M Y K H S L
Decimal 183 44 219 0.16 0.80 0 0.14 287.66 0.71 0.52
Hex B7 2C DB 10 50 0 E 120 47 34
Octal 267 54 333 20 120 0 16 440 107 64
Binary 10110111 101100 11011011 10000 1010000 0 1110 100100000 1000111 110100

Color Harmonies of #B72CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72CDB

Black with #B72CDB

Text Example


Text Example

White with #B72CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72CDB; }

 p { color: rgb(183,44,219); }

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

background-color css

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

 a { background-color: rgb(183,44,219); }

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

border-color css

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

 span { border-color: rgb(183,44,219); }

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