Html Css Color HEX #B72ACC Dark Orchid

📋 copy color: '#B72ACC'

red 183 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #B72ACC

Tints of Dark Orchid #B72ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 42.66%
G = 9.79%
B = 47.55%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B72ACC (or 0xB72ACC) is known color: Dark Orchid. HEX triplet: B7, 2A and CC. RGB value is (183,42,204). Sum of RGB (Red+Green+Blue) = 183+42+204=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #B72ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ACC is #48D533. Grayscale: #666666. Windows color (decimal): -4773172 or 13380279. OLE color: 13380279.

HSL color Cylindrical-coordinate representation of color #B72ACC: hue angle of 292.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72ACC is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 42 204 -
CMYK 0.10 0.79 0 0.2
HSL 292.22º 0.66% 0.48% -
HSV(B) 292.22º 0.79% 0.8% -
XYZ 31.26 16.08 58.58 -
YUV 102.63 185.21 185.33 -
System Red Green Blue C M Y K H S L
Decimal 183 42 204 0.10 0.79 0 0.2 292.22 0.66 0.48
Hex B7 2A CC A 4F 0 14 124 42 30
Octal 267 52 314 12 117 0 24 444 102 60
Binary 10110111 101010 11001100 1010 1001111 0 10100 100100100 1000010 110000

Color Harmonies of #B72ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72ACC

Black with #B72ACC

Text Example


Text Example

White with #B72ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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