Html Css Color HEX #B90BFF Electric Purple

📋 copy color: '#B90BFF'

red 185 ◦ green 11 ◦ blue 255

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

Shades of Electric Purple #B90BFF

Tints of Electric Purple #B90BFF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.44%

 BLUE value IS 255 (100% from 255) = 56.54%

R = 41.02%
G = 2.44%
B = 56.54%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B90BFF (or 0xB90BFF) is known color: Electric Purple. HEX triplet: B9, 0B and FF. RGB value is (185,11,255). Sum of RGB (Red+Green+Blue) = 185+11+255=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 11 (4.69% from 255 or 2.44% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #B90BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90BFF is #46F400. Grayscale: #5A5A5A. Windows color (decimal): -4649985 or 16714681. OLE color: 16714681.

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

Color convert

RGB 185 11 255 -
CMYK 0.27 0.96 0 0
HSL 282.79º 1% 0.52% -
HSV(B) 282.79º 0.96% 1% -
XYZ 38.18 17.77 96.03 -
YUV 90.84 220.65 195.16 -
System Red Green Blue C M Y K H S L
Decimal 185 11 255 0.27 0.96 0 0 282.79 1 0.52
Hex B9 B FF 1B 60 0 0 11B 64 34
Octal 271 13 377 33 140 0 0 433 144 64
Binary 10111001 1011 11111111 11011 1100000 0 0 100011011 1100100 110100

Color Harmonies of #B90BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BFF

Black with #B90BFF

Text Example


Text Example

White with #B90BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BFF; }

 p { color: rgb(185,11,255); }

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

background-color css

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

 a { background-color: rgb(185,11,255); }

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

border-color css

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

 span { border-color: rgb(185,11,255); }

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