Html Css Color HEX #B72DFE Electric Purple

📋 copy color: '#B72DFE'

red 183 ◦ green 45 ◦ blue 254

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

Shades of Electric Purple #B72DFE

Tints of Electric Purple #B72DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 37.97%
G = 9.34%
B = 52.7%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B72DFE (or 0xB72DFE) is known color: Electric Purple. HEX triplet: B7, 2D and FE. RGB value is (183,45,254). Sum of RGB (Red+Green+Blue) = 183+45+254=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #B72DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72DFE is #48D201. Grayscale: #6D6D6D. Windows color (decimal): -4772354 or 16657847. OLE color: 16657847.

HSL color Cylindrical-coordinate representation of color #B72DFE: hue angle of 279.62º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72DFE is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 45 254 -
CMYK 0.28 0.82 0 0.00
HSL 279.62º 0.99% 0.59% -
HSV(B) 279.62º 0.82% 1% -
XYZ 38.36 19.1 95.43 -
YUV 110.09 209.22 180.01 -
System Red Green Blue C M Y K H S L
Decimal 183 45 254 0.28 0.82 0 0.00 279.62 0.99 0.59
Hex B7 2D FE 1C 52 0 0 118 63 3B
Octal 267 55 376 34 122 0 0 430 143 73
Binary 10110111 101101 11111110 11100 1010010 0 0 100011000 1100011 111011

Color Harmonies of #B72DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72DFE

Black with #B72DFE

Text Example


Text Example

White with #B72DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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