Html Css Color HEX #B72CEC Dark Orchid

📋 copy color: '#B72CEC'

red 183 ◦ green 44 ◦ blue 236

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

Shades of Dark Orchid #B72CEC

Tints of Dark Orchid #B72CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.97%

R = 39.52%
G = 9.5%
B = 50.97%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B72CEC (or 0xB72CEC) is known color: Dark Orchid. HEX triplet: B7, 2C and EC. RGB value is (183,44,236). Sum of RGB (Red+Green+Blue) = 183+44+236=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #B72CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72CEC is #48D313. Grayscale: #6A6A6A. Windows color (decimal): -4772628 or 15477943. OLE color: 15477943.

HSL color Cylindrical-coordinate representation of color #B72CEC: hue angle of 283.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72CEC is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 44 236 -
CMYK 0.22 0.81 0 0.07
HSL 283.44º 0.83% 0.55% -
HSV(B) 283.44º 0.81% 0.93% -
XYZ 35.57 17.92 80.94 -
YUV 107.45 200.55 181.89 -
System Red Green Blue C M Y K H S L
Decimal 183 44 236 0.22 0.81 0 0.07 283.44 0.83 0.55
Hex B7 2C EC 16 51 0 7 11B 53 37
Octal 267 54 354 26 121 0 7 433 123 67
Binary 10110111 101100 11101100 10110 1010001 0 111 100011011 1010011 110111

Color Harmonies of #B72CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72CEC

Black with #B72CEC

Text Example


Text Example

White with #B72CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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