Html Css Color HEX #B72CFB Electric Purple

📋 copy color: '#B72CFB'

red 183 ◦ green 44 ◦ blue 251

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

Shades of Electric Purple #B72CFB

Tints of Electric Purple #B72CFB

RGB

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

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

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

R = 38.28%
G = 9.21%
B = 52.51%

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

#B72CFB (or 0xB72CFB) is known color: Electric Purple. HEX triplet: B7, 2C and FB. RGB value is (183,44,251). Sum of RGB (Red+Green+Blue) = 183+44+251=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #B72CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72CFB is #48D304. Grayscale: #6C6C6C. Windows color (decimal): -4772613 or 16460983. OLE color: 16460983.

HSL color Cylindrical-coordinate representation of color #B72CFB: hue angle of 280.29º 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 #B72CFB is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 44 251 -
CMYK 0.27 0.82 0 0.02
HSL 280.29º 0.96% 0.58% -
HSV(B) 280.29º 0.82% 0.98% -
XYZ 37.84 18.83 92.91 -
YUV 109.16 208.05 180.67 -
System Red Green Blue C M Y K H S L
Decimal 183 44 251 0.27 0.82 0 0.02 280.29 0.96 0.58
Hex B7 2C FB 1B 52 0 2 118 60 3A
Octal 267 54 373 33 122 0 2 430 140 72
Binary 10110111 101100 11111011 11011 1010010 0 10 100011000 1100000 111010

Color Harmonies of #B72CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72CFB

Black with #B72CFB

Text Example


Text Example

White with #B72CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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