Html Css Color HEX #B72DCA Dark Orchid

📋 copy color: '#B72DCA'

red 183 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #B72DCA

Tints of Dark Orchid #B72DCA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.47%

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 42.56%
G = 10.47%
B = 46.98%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B72DCA (or 0xB72DCA) is known color: Dark Orchid. HEX triplet: B7, 2D and CA. RGB value is (183,45,202). Sum of RGB (Red+Green+Blue) = 183+45+202=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #B72DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DCA is #48D235. Grayscale: #676767. Windows color (decimal): -4772406 or 13249975. OLE color: 13249975.

HSL color Cylindrical-coordinate representation of color #B72DCA: hue angle of 292.74º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72DCA is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 45 202 -
CMYK 0.09 0.78 0 0.21
HSL 292.74º 0.64% 0.48% -
HSV(B) 292.74º 0.78% 0.79% -
XYZ 31.13 16.21 57.37 -
YUV 104.16 183.22 184.23 -
System Red Green Blue C M Y K H S L
Decimal 183 45 202 0.09 0.78 0 0.21 292.74 0.64 0.48
Hex B7 2D CA 9 4E 0 15 125 40 30
Octal 267 55 312 11 116 0 25 445 100 60
Binary 10110111 101101 11001010 1001 1001110 0 10101 100100101 1000000 110000

Color Harmonies of #B72DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72DCA

Black with #B72DCA

Text Example


Text Example

White with #B72DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72DCA; }

 p { color: rgb(183,45,202); }

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

background-color css

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

 a { background-color: rgb(183,45,202); }

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

border-color css

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

 span { border-color: rgb(183,45,202); }

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