Html Css Color HEX #B925FA Electric Purple

📋 copy color: '#B925FA'

red 185 ◦ green 37 ◦ blue 250

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

Shades of Electric Purple #B925FA

Tints of Electric Purple #B925FA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.84%

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

R = 39.19%
G = 7.84%
B = 52.97%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B925FA (or 0xB925FA) is known color: Electric Purple. HEX triplet: B9, 25 and FA. RGB value is (185,37,250). Sum of RGB (Red+Green+Blue) = 185+37+250=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #B925FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B925FA is #46DA05. Grayscale: #686868. Windows color (decimal): -4643334 or 16393657. OLE color: 16393657.

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

Color convert

RGB 185 37 250 -
CMYK 0.26 0.85 0 0.02
HSL 281.69º 0.96% 0.56% -
HSV(B) 281.69º 0.85% 0.98% -
XYZ 37.92 18.54 92.02 -
YUV 105.53 209.53 184.68 -
System Red Green Blue C M Y K H S L
Decimal 185 37 250 0.26 0.85 0 0.02 281.69 0.96 0.56
Hex B9 25 FA 1A 55 0 2 11A 60 38
Octal 271 45 372 32 125 0 2 432 140 70
Binary 10111001 100101 11111010 11010 1010101 0 10 100011010 1100000 111000

Color Harmonies of #B925FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B925FA

Black with #B925FA

Text Example


Text Example

White with #B925FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B925FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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