Html Css Color HEX #B72BFF Electric Purple

📋 copy color: '#B72BFF'

red 183 ◦ green 43 ◦ blue 255

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

Shades of Electric Purple #B72BFF

Tints of Electric Purple #B72BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.94%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 38.05%
G = 8.94%
B = 53.01%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B72BFF (or 0xB72BFF) is known color: Electric Purple. HEX triplet: B7, 2B and FF. RGB value is (183,43,255). Sum of RGB (Red+Green+Blue) = 183+43+255=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 43 (17.19% from 255 or 8.94% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #B72BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72BFF is #48D400. Grayscale: #6C6C6C. Windows color (decimal): -4772865 or 16722871. OLE color: 16722871.

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

Color convert

RGB 183 43 255 -
CMYK 0.28 0.83 0 0
HSL 279.62º 1% 0.58% -
HSV(B) 279.62º 0.83% 1% -
XYZ 38.44 19.02 96.25 -
YUV 109.03 210.38 180.76 -
System Red Green Blue C M Y K H S L
Decimal 183 43 255 0.28 0.83 0 0 279.62 1 0.58
Hex B7 2B FF 1C 53 0 0 118 64 3A
Octal 267 53 377 34 123 0 0 430 144 72
Binary 10110111 101011 11111111 11100 1010011 0 0 100011000 1100100 111010

Color Harmonies of #B72BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72BFF

Black with #B72BFF

Text Example


Text Example

White with #B72BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72BFF; }

 p { color: rgb(183,43,255); }

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

background-color css

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

 a { background-color: rgb(183,43,255); }

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

border-color css

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

 span { border-color: rgb(183,43,255); }

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