Html Css Color HEX #B72ADC Dark Orchid

📋 copy color: '#B72ADC'

red 183 ◦ green 42 ◦ blue 220

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

Shades of Dark Orchid #B72ADC

Tints of Dark Orchid #B72ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.44%

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 41.12%
G = 9.44%
B = 49.44%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B72ADC (or 0xB72ADC) is known color: Dark Orchid. HEX triplet: B7, 2A and DC. RGB value is (183,42,220). Sum of RGB (Red+Green+Blue) = 183+42+220=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #B72ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ADC is #48D523. Grayscale: #676767. Windows color (decimal): -4773156 or 14428855. OLE color: 14428855.

HSL color Cylindrical-coordinate representation of color #B72ADC: hue angle of 287.53º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72ADC is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 42 220 -
CMYK 0.17 0.81 0 0.14
HSL 287.53º 0.72% 0.51% -
HSV(B) 287.53º 0.81% 0.86% -
XYZ 33.27 16.89 69.22 -
YUV 104.45 193.21 184.03 -
System Red Green Blue C M Y K H S L
Decimal 183 42 220 0.17 0.81 0 0.14 287.53 0.72 0.51
Hex B7 2A DC 11 51 0 E 120 48 33
Octal 267 52 334 21 121 0 16 440 110 63
Binary 10110111 101010 11011100 10001 1010001 0 1110 100100000 1001000 110011

Color Harmonies of #B72ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72ADC

Black with #B72ADC

Text Example


Text Example

White with #B72ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72ADC; }

 p { color: rgb(183,42,220); }

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

background-color css

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

 a { background-color: rgb(183,42,220); }

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

border-color css

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

 span { border-color: rgb(183,42,220); }

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