Html Css Color HEX #B72FFD Electric Purple

📋 copy color: '#B72FFD'

red 183 ◦ green 47 ◦ blue 253

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

Shades of Electric Purple #B72FFD

Tints of Electric Purple #B72FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.73%

 BLUE value IS 253 (99.22% from 255) = 52.38%

R = 37.89%
G = 9.73%
B = 52.38%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B72FFD (or 0xB72FFD) is known color: Electric Purple. HEX triplet: B7, 2F and FD. RGB value is (183,47,253). Sum of RGB (Red+Green+Blue) = 183+47+253=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 47 (18.75% from 255 or 9.73% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #B72FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72FFD is #48D002. Grayscale: #6E6E6E. Windows color (decimal): -4771843 or 16592823. OLE color: 16592823.

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

Color convert

RGB 183 47 253 -
CMYK 0.28 0.81 0 0.01
HSL 279.61º 0.98% 0.59% -
HSV(B) 279.61º 0.81% 0.99% -
XYZ 38.27 19.19 94.62 -
YUV 111.15 208.06 179.25 -
System Red Green Blue C M Y K H S L
Decimal 183 47 253 0.28 0.81 0 0.01 279.61 0.98 0.59
Hex B7 2F FD 1C 51 0 1 118 62 3B
Octal 267 57 375 34 121 0 1 430 142 73
Binary 10110111 101111 11111101 11100 1010001 0 1 100011000 1100010 111011

Color Harmonies of #B72FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72FFD

Black with #B72FFD

Text Example


Text Example

White with #B72FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72FFD; }

 p { color: rgb(183,47,253); }

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

background-color css

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

 a { background-color: rgb(183,47,253); }

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

border-color css

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

 span { border-color: rgb(183,47,253); }

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