Html Css Color HEX #B90FFA Electric Purple

📋 copy color: '#B90FFA'

red 185 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #B90FFA

Tints of Electric Purple #B90FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.33%

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

R = 41.11%
G = 3.33%
B = 55.56%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B90FFA (or 0xB90FFA) is known color: Electric Purple. HEX triplet: B9, 0F and FA. RGB value is (185,15,250). Sum of RGB (Red+Green+Blue) = 185+15+250=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #B90FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90FFA is #46F005. Grayscale: #5B5B5B. Windows color (decimal): -4648966 or 16388025. OLE color: 16388025.

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

Color convert

RGB 185 15 250 -
CMYK 0.26 0.94 0 0.02
HSL 283.4º 0.96% 0.52% -
HSV(B) 283.4º 0.94% 0.98% -
XYZ 37.43 17.56 91.86 -
YUV 92.62 216.82 193.89 -
System Red Green Blue C M Y K H S L
Decimal 185 15 250 0.26 0.94 0 0.02 283.4 0.96 0.52
Hex B9 F FA 1A 5E 0 2 11B 60 34
Octal 271 17 372 32 136 0 2 433 140 64
Binary 10111001 1111 11111010 11010 1011110 0 10 100011011 1100000 110100

Color Harmonies of #B90FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90FFA

Black with #B90FFA

Text Example


Text Example

White with #B90FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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