Html Css Color HEX #B90AF1 Electric Purple

📋 copy color: '#B90AF1'

red 185 ◦ green 10 ◦ blue 241

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

Shades of Electric Purple #B90AF1

Tints of Electric Purple #B90AF1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.29%

 BLUE value IS 241 (94.53% from 255) = 55.28%

R = 42.43%
G = 2.29%
B = 55.28%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B90AF1 (or 0xB90AF1) is known color: Electric Purple. HEX triplet: B9, 0A and F1. RGB value is (185,10,241). Sum of RGB (Red+Green+Blue) = 185+10+241=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #B90AF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90AF1 is #46F50E. Grayscale: #575757. Windows color (decimal): -4650255 or 15796921. OLE color: 15796921.

HSL color Cylindrical-coordinate representation of color #B90AF1: hue angle of 285.45º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90AF1 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 10 241 -
CMYK 0.23 0.96 0 0.05
HSL 285.45º 0.92% 0.49% -
HSV(B) 285.45º 0.96% 0.95% -
XYZ 35.99 16.88 84.58 -
YUV 88.66 213.98 196.72 -
System Red Green Blue C M Y K H S L
Decimal 185 10 241 0.23 0.96 0 0.05 285.45 0.92 0.49
Hex B9 A F1 17 60 0 5 11D 5C 31
Octal 271 12 361 27 140 0 5 435 134 61
Binary 10111001 1010 11110001 10111 1100000 0 101 100011101 1011100 110001

Color Harmonies of #B90AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90AF1

Black with #B90AF1

Text Example


Text Example

White with #B90AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90AF1; }

 p { color: rgb(185,10,241); }

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

background-color css

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

 a { background-color: rgb(185,10,241); }

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

border-color css

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

 span { border-color: rgb(185,10,241); }

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