Html Css Color HEX #B926FA Electric Purple

📋 copy color: '#B926FA'

red 185 ◦ green 38 ◦ blue 250

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

Shades of Electric Purple #B926FA

Tints of Electric Purple #B926FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.03%

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

R = 39.11%
G = 8.03%
B = 52.85%

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

#B926FA (or 0xB926FA) is known color: Electric Purple. HEX triplet: B9, 26 and FA. RGB value is (185,38,250). Sum of RGB (Red+Green+Blue) = 185+38+250=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #B926FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B926FA is #46D905. Grayscale: #696969. Windows color (decimal): -4643078 or 16393913. OLE color: 16393913.

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

Color convert

RGB 185 38 250 -
CMYK 0.26 0.85 0 0.02
HSL 281.6º 0.95% 0.56% -
HSV(B) 281.6º 0.85% 0.98% -
XYZ 37.96 18.6 92.03 -
YUV 106.12 209.2 184.26 -
System Red Green Blue C M Y K H S L
Decimal 185 38 250 0.26 0.85 0 0.02 281.6 0.95 0.56
Hex B9 26 FA 1A 55 0 2 11A 5F 38
Octal 271 46 372 32 125 0 2 432 137 70
Binary 10111001 100110 11111010 11010 1010101 0 10 100011010 1011111 111000

Color Harmonies of #B926FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B926FA

Black with #B926FA

Text Example


Text Example

White with #B926FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B926FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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