Html Css Color HEX #B72CFE Electric Purple

📋 copy color: '#B72CFE'

red 183 ◦ green 44 ◦ blue 254

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

Shades of Electric Purple #B72CFE

Tints of Electric Purple #B72CFE

RGB

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

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

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

R = 38.05%
G = 9.15%
B = 52.81%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B72CFE (or 0xB72CFE) is known color: Electric Purple. HEX triplet: B7, 2C and FE. RGB value is (183,44,254). Sum of RGB (Red+Green+Blue) = 183+44+254=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #B72CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72CFE is #48D301. Grayscale: #6C6C6C. Windows color (decimal): -4772610 or 16657591. OLE color: 16657591.

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

Color convert

RGB 183 44 254 -
CMYK 0.28 0.83 0 0.00
HSL 279.71º 0.99% 0.58% -
HSV(B) 279.71º 0.83% 1% -
XYZ 38.32 19.02 95.42 -
YUV 109.5 209.55 180.42 -
System Red Green Blue C M Y K H S L
Decimal 183 44 254 0.28 0.83 0 0.00 279.71 0.99 0.58
Hex B7 2C FE 1C 53 0 0 118 63 3A
Octal 267 54 376 34 123 0 0 430 143 72
Binary 10110111 101100 11111110 11100 1010011 0 0 100011000 1100011 111010

Color Harmonies of #B72CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72CFE

Black with #B72CFE

Text Example


Text Example

White with #B72CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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