Html Css Color HEX #B72FEC Dark Orchid

📋 copy color: '#B72FEC'

red 183 ◦ green 47 ◦ blue 236

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

Shades of Dark Orchid #B72FEC

Tints of Dark Orchid #B72FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.09%

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

R = 39.27%
G = 10.09%
B = 50.64%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B72FEC (or 0xB72FEC) is known color: Dark Orchid. HEX triplet: B7, 2F and EC. RGB value is (183,47,236). Sum of RGB (Red+Green+Blue) = 183+47+236=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #B72FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72FEC is #48D013. Grayscale: #6C6C6C. Windows color (decimal): -4771860 or 15478711. OLE color: 15478711.

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

Color convert

RGB 183 47 236 -
CMYK 0.22 0.80 0 0.07
HSL 283.17º 0.83% 0.55% -
HSV(B) 283.17º 0.8% 0.93% -
XYZ 35.69 18.16 80.98 -
YUV 109.21 199.56 180.63 -
System Red Green Blue C M Y K H S L
Decimal 183 47 236 0.22 0.80 0 0.07 283.17 0.83 0.55
Hex B7 2F EC 16 50 0 7 11B 53 37
Octal 267 57 354 26 120 0 7 433 123 67
Binary 10110111 101111 11101100 10110 1010000 0 111 100011011 1010011 110111

Color Harmonies of #B72FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72FEC

Black with #B72FEC

Text Example


Text Example

White with #B72FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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