Html Css Color HEX #B72EFB Electric Purple

📋 copy color: '#B72EFB'

red 183 ◦ green 46 ◦ blue 251

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

Shades of Electric Purple #B72EFB

Tints of Electric Purple #B72EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.58%

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

R = 38.13%
G = 9.58%
B = 52.29%

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

#B72EFB (or 0xB72EFB) is known color: Electric Purple. HEX triplet: B7, 2E and FB. RGB value is (183,46,251). Sum of RGB (Red+Green+Blue) = 183+46+251=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #B72EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72EFB is #48D104. Grayscale: #6D6D6D. Windows color (decimal): -4772101 or 16461495. OLE color: 16461495.

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

Color convert

RGB 183 46 251 -
CMYK 0.27 0.82 0 0.02
HSL 280.1º 0.96% 0.58% -
HSV(B) 280.1º 0.82% 0.98% -
XYZ 37.92 18.99 92.93 -
YUV 110.33 207.39 179.83 -
System Red Green Blue C M Y K H S L
Decimal 183 46 251 0.27 0.82 0 0.02 280.1 0.96 0.58
Hex B7 2E FB 1B 52 0 2 118 60 3A
Octal 267 56 373 33 122 0 2 430 140 72
Binary 10110111 101110 11111011 11011 1010010 0 10 100011000 1100000 111010

Color Harmonies of #B72EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72EFB

Black with #B72EFB

Text Example


Text Example

White with #B72EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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