Html Css Color HEX #B90FF0 Electric Purple

📋 copy color: '#B90FF0'

red 185 ◦ green 15 ◦ blue 240

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

Shades of Electric Purple #B90FF0

Tints of Electric Purple #B90FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 54.55%

R = 42.05%
G = 3.41%
B = 54.55%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B90FF0 (or 0xB90FF0) is known color: Electric Purple. HEX triplet: B9, 0F and F0. RGB value is (185,15,240). Sum of RGB (Red+Green+Blue) = 185+15+240=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #B90FF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90FF0 is #46F00F. Grayscale: #5A5A5A. Windows color (decimal): -4648976 or 15732665. OLE color: 15732665.

HSL color Cylindrical-coordinate representation of color #B90FF0: hue angle of 285.33º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90FF0 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 15 240 -
CMYK 0.23 0.94 0 0.06
HSL 285.33º 0.88% 0.5% -
HSV(B) 285.33º 0.94% 0.94% -
XYZ 35.91 16.95 83.82 -
YUV 91.48 211.82 194.7 -
System Red Green Blue C M Y K H S L
Decimal 185 15 240 0.23 0.94 0 0.06 285.33 0.88 0.5
Hex B9 F F0 17 5E 0 6 11D 58 32
Octal 271 17 360 27 136 0 6 435 130 62
Binary 10111001 1111 11110000 10111 1011110 0 110 100011101 1011000 110010

Color Harmonies of #B90FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90FF0

Black with #B90FF0

Text Example


Text Example

White with #B90FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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