Html Css Color HEX #B90AF9 Electric Purple

📋 copy color: '#B90AF9'

red 185 ◦ green 10 ◦ blue 249

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

Shades of Electric Purple #B90AF9

Tints of Electric Purple #B90AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.08%

R = 41.67%
G = 2.25%
B = 56.08%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B90AF9 (or 0xB90AF9) is known color: Electric Purple. HEX triplet: B9, 0A and F9. RGB value is (185,10,249). Sum of RGB (Red+Green+Blue) = 185+10+249=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #B90AF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90AF9 is #46F506. Grayscale: #585858. Windows color (decimal): -4650247 or 16321209. OLE color: 16321209.

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

Color convert

RGB 185 10 249 -
CMYK 0.26 0.96 0 0.02
HSL 283.93º 0.95% 0.51% -
HSV(B) 283.93º 0.96% 0.98% -
XYZ 37.22 17.37 91.01 -
YUV 89.57 217.98 196.07 -
System Red Green Blue C M Y K H S L
Decimal 185 10 249 0.26 0.96 0 0.02 283.93 0.95 0.51
Hex B9 A F9 1A 60 0 2 11C 5F 33
Octal 271 12 371 32 140 0 2 434 137 63
Binary 10111001 1010 11111001 11010 1100000 0 10 100011100 1011111 110011

Color Harmonies of #B90AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90AF9

Black with #B90AF9

Text Example


Text Example

White with #B90AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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