Html Css Color HEX #B724FA Electric Purple

📋 copy color: '#B724FA'

red 183 ◦ green 36 ◦ blue 250

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

Shades of Electric Purple #B724FA

Tints of Electric Purple #B724FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.3%

R = 39.02%
G = 7.68%
B = 53.3%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B724FA (or 0xB724FA) is known color: Electric Purple. HEX triplet: B7, 24 and FA. RGB value is (183,36,250). Sum of RGB (Red+Green+Blue) = 183+36+250=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #B724FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B724FA is #48DB05. Grayscale: #676767. Windows color (decimal): -4774662 or 16393399. OLE color: 16393399.

HSL color Cylindrical-coordinate representation of color #B724FA: hue angle of 281.21º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B724FA is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 36 250 -
CMYK 0.27 0.86 0 0.02
HSL 281.22º 0.96% 0.56% -
HSV(B) 281.22º 0.86% 0.98% -
XYZ 37.41 18.23 91.99 -
YUV 104.35 210.2 184.1 -
System Red Green Blue C M Y K H S L
Decimal 183 36 250 0.27 0.86 0 0.02 281.22 0.96 0.56
Hex B7 24 FA 1B 56 0 2 119 60 38
Octal 267 44 372 33 126 0 2 431 140 70
Binary 10110111 100100 11111010 11011 1010110 0 10 100011001 1100000 111000

Color Harmonies of #B724FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B724FA

Black with #B724FA

Text Example


Text Example

White with #B724FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B724FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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