Html Css Color HEX #B90BFE Electric Purple

📋 copy color: '#B90BFE'

red 185 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #B90BFE

Tints of Electric Purple #B90BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.44%

R = 41.11%
G = 2.44%
B = 56.44%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B90BFE (or 0xB90BFE) is known color: Electric Purple. HEX triplet: B9, 0B and FE. RGB value is (185,11,254). Sum of RGB (Red+Green+Blue) = 185+11+254=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #B90BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90BFE is #46F401. Grayscale: #595959. Windows color (decimal): -4649986 or 16649145. OLE color: 16649145.

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

Color convert

RGB 185 11 254 -
CMYK 0.27 0.96 0 0.00
HSL 282.96º 0.99% 0.52% -
HSV(B) 282.96º 0.96% 1% -
XYZ 38.02 17.71 95.18 -
YUV 90.73 220.15 195.24 -
System Red Green Blue C M Y K H S L
Decimal 185 11 254 0.27 0.96 0 0.00 282.96 0.99 0.52
Hex B9 B FE 1B 60 0 0 11B 63 34
Octal 271 13 376 33 140 0 0 433 143 64
Binary 10111001 1011 11111110 11011 1100000 0 0 100011011 1100011 110100

Color Harmonies of #B90BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BFE

Black with #B90BFE

Text Example


Text Example

White with #B90BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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