Html Css Color HEX #B724F2 Electric Purple

📋 copy color: '#B724F2'

red 183 ◦ green 36 ◦ blue 242

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

Shades of Electric Purple #B724F2

Tints of Electric Purple #B724F2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.81%

 BLUE value IS 242 (94.92% from 255) = 52.49%

R = 39.7%
G = 7.81%
B = 52.49%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B724F2 (or 0xB724F2) is known color: Electric Purple. HEX triplet: B7, 24 and F2. RGB value is (183,36,242). Sum of RGB (Red+Green+Blue) = 183+36+242=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 242 (94.92% from 255 or 52.49% from 461); Max value from RGB is 242 - color contains mainly: blue. Hex color #B724F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B724F2 is #48DB0D. Grayscale: #666666. Windows color (decimal): -4774670 or 15869111. OLE color: 15869111.

HSL color Cylindrical-coordinate representation of color #B724F2: hue angle of 282.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B724F2 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 36 242 -
CMYK 0.24 0.85 0 0.05
HSL 282.82º 0.89% 0.55% -
HSV(B) 282.82º 0.85% 0.95% -
XYZ 36.19 17.74 85.52 -
YUV 103.44 206.2 184.75 -
System Red Green Blue C M Y K H S L
Decimal 183 36 242 0.24 0.85 0 0.05 282.82 0.89 0.55
Hex B7 24 F2 18 55 0 5 11B 59 37
Octal 267 44 362 30 125 0 5 433 131 67
Binary 10110111 100100 11110010 11000 1010101 0 101 100011011 1011001 110111

Color Harmonies of #B724F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B724F2

Black with #B724F2

Text Example


Text Example

White with #B724F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B724F2; }

 p { color: rgb(183,36,242); }

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

background-color css

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

 a { background-color: rgb(183,36,242); }

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

border-color css

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

 span { border-color: rgb(183,36,242); }

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