Html Css Color HEX #B924EB Electric Purple

📋 copy color: '#B924EB'

red 185 ◦ green 36 ◦ blue 235

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

Shades of Electric Purple #B924EB

Tints of Electric Purple #B924EB

RGB

 RED value IS 185 (72.66% from 255) = 40.57%

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

 BLUE value IS 235 (92.19% from 255) = 51.54%

R = 40.57%
G = 7.89%
B = 51.54%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B924EB (or 0xB924EB) is known color: Electric Purple. HEX triplet: B9, 24 and EB. RGB value is (185,36,235). Sum of RGB (Red+Green+Blue) = 185+36+235=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #B924EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B924EB is #46DB14. Grayscale: #666666. Windows color (decimal): -4643605 or 15410361. OLE color: 15410361.

HSL color Cylindrical-coordinate representation of color #B924EB: hue angle of 284.92º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B924EB is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 36 235 -
CMYK 0.21 0.85 0 0.08
HSL 284.92º 0.83% 0.53% -
HSV(B) 284.92º 0.85% 0.92% -
XYZ 35.63 17.57 80.11 -
YUV 103.24 202.36 186.32 -
System Red Green Blue C M Y K H S L
Decimal 185 36 235 0.21 0.85 0 0.08 284.92 0.83 0.53
Hex B9 24 EB 15 55 0 8 11D 53 35
Octal 271 44 353 25 125 0 10 435 123 65
Binary 10111001 100100 11101011 10101 1010101 0 1000 100011101 1010011 110101

Color Harmonies of #B924EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B924EB

Black with #B924EB

Text Example


Text Example

White with #B924EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B924EB; }

 p { color: rgb(185,36,235); }

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

background-color css

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

 a { background-color: rgb(185,36,235); }

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

border-color css

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

 span { border-color: rgb(185,36,235); }

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