Html Css Color HEX #B924FA Electric Purple

📋 copy color: '#B924FA'

red 185 ◦ green 36 ◦ blue 250

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

Shades of Electric Purple #B924FA

Tints of Electric Purple #B924FA

RGB

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

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

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

R = 39.28%
G = 7.64%
B = 53.08%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B924FA (or 0xB924FA) is known color: Electric Purple. HEX triplet: B9, 24 and FA. RGB value is (185,36,250). Sum of RGB (Red+Green+Blue) = 185+36+250=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #B924FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B924FA is #46DB05. Grayscale: #686868. Windows color (decimal): -4643590 or 16393401. OLE color: 16393401.

HSL color Cylindrical-coordinate representation of color #B924FA: hue angle of 281.78º 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 #B924FA is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 36 250 -
CMYK 0.26 0.86 0 0.02
HSL 281.78º 0.96% 0.56% -
HSV(B) 281.78º 0.86% 0.98% -
XYZ 37.89 18.48 92.01 -
YUV 104.95 209.86 185.1 -
System Red Green Blue C M Y K H S L
Decimal 185 36 250 0.26 0.86 0 0.02 281.78 0.96 0.56
Hex B9 24 FA 1A 56 0 2 11A 60 38
Octal 271 44 372 32 126 0 2 432 140 70
Binary 10111001 100100 11111010 11010 1010110 0 10 100011010 1100000 111000

Color Harmonies of #B924FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B924FA

Black with #B924FA

Text Example


Text Example

White with #B924FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B924FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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