Html Css Color HEX #B72DFB Electric Purple

📋 copy color: '#B72DFB'

red 183 ◦ green 45 ◦ blue 251

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

Shades of Electric Purple #B72DFB

Tints of Electric Purple #B72DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.4%

R = 38.2%
G = 9.39%
B = 52.4%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B72DFB (or 0xB72DFB) is known color: Electric Purple. HEX triplet: B7, 2D and FB. RGB value is (183,45,251). Sum of RGB (Red+Green+Blue) = 183+45+251=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #B72DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72DFB is #48D204. Grayscale: #6D6D6D. Windows color (decimal): -4772357 or 16461239. OLE color: 16461239.

HSL color Cylindrical-coordinate representation of color #B72DFB: hue angle of 280.19º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72DFB is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 45 251 -
CMYK 0.27 0.82 0 0.02
HSL 280.19º 0.96% 0.58% -
HSV(B) 280.19º 0.82% 0.98% -
XYZ 37.88 18.91 92.92 -
YUV 109.75 207.72 180.25 -
System Red Green Blue C M Y K H S L
Decimal 183 45 251 0.27 0.82 0 0.02 280.19 0.96 0.58
Hex B7 2D FB 1B 52 0 2 118 60 3A
Octal 267 55 373 33 122 0 2 430 140 72
Binary 10110111 101101 11111011 11011 1010010 0 10 100011000 1100000 111010

Color Harmonies of #B72DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72DFB

Black with #B72DFB

Text Example


Text Example

White with #B72DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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