Html Css Color HEX #B72CF0 Electric Purple

📋 copy color: '#B72CF0'

red 183 ◦ green 44 ◦ blue 240

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

Shades of Electric Purple #B72CF0

Tints of Electric Purple #B72CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.39%

R = 39.19%
G = 9.42%
B = 51.39%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B72CF0 (or 0xB72CF0) is known color: Electric Purple. HEX triplet: B7, 2C and F0. RGB value is (183,44,240). Sum of RGB (Red+Green+Blue) = 183+44+240=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #B72CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72CF0 is #48D30F. Grayscale: #6B6B6B. Windows color (decimal): -4772624 or 15740087. OLE color: 15740087.

HSL color Cylindrical-coordinate representation of color #B72CF0: hue angle of 282.55º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72CF0 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 44 240 -
CMYK 0.24 0.82 0 0.06
HSL 282.55º 0.87% 0.56% -
HSV(B) 282.55º 0.82% 0.94% -
XYZ 36.16 18.16 84.04 -
YUV 107.91 202.55 181.56 -
System Red Green Blue C M Y K H S L
Decimal 183 44 240 0.24 0.82 0 0.06 282.55 0.87 0.56
Hex B7 2C F0 18 52 0 6 11B 57 38
Octal 267 54 360 30 122 0 6 433 127 70
Binary 10110111 101100 11110000 11000 1010010 0 110 100011011 1010111 111000

Color Harmonies of #B72CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72CF0

Black with #B72CF0

Text Example


Text Example

White with #B72CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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