Html Css Color HEX #B72DFF Electric Purple

📋 copy color: '#B72DFF'

red 183 ◦ green 45 ◦ blue 255

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

Shades of Electric Purple #B72DFF

Tints of Electric Purple #B72DFF

RGB

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

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

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

R = 37.89%
G = 9.32%
B = 52.8%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B72DFF (or 0xB72DFF) is known color: Electric Purple. HEX triplet: B7, 2D and FF. RGB value is (183,45,255). Sum of RGB (Red+Green+Blue) = 183+45+255=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #B72DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72DFF is #48D200. Grayscale: #6D6D6D. Windows color (decimal): -4772353 or 16723383. OLE color: 16723383.

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

Color convert

RGB 183 45 255 -
CMYK 0.28 0.82 0 0
HSL 279.43º 1% 0.59% -
HSV(B) 279.43º 0.82% 1% -
XYZ 38.52 19.16 96.28 -
YUV 110.2 209.72 179.92 -
System Red Green Blue C M Y K H S L
Decimal 183 45 255 0.28 0.82 0 0 279.43 1 0.59
Hex B7 2D FF 1C 52 0 0 117 64 3B
Octal 267 55 377 34 122 0 0 427 144 73
Binary 10110111 101101 11111111 11100 1010010 0 0 100010111 1100100 111011

Color Harmonies of #B72DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72DFF

Black with #B72DFF

Text Example


Text Example

White with #B72DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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