Html Css Color HEX #B90BF0 Electric Purple

📋 copy color: '#B90BF0'

red 185 ◦ green 11 ◦ blue 240

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

Shades of Electric Purple #B90BF0

Tints of Electric Purple #B90BF0

RGB

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

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

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

R = 42.43%
G = 2.52%
B = 55.05%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B90BF0 (or 0xB90BF0) is known color: Electric Purple. HEX triplet: B9, 0B and F0. RGB value is (185,11,240). Sum of RGB (Red+Green+Blue) = 185+11+240=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #B90BF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90BF0 is #46F40F. Grayscale: #585858. Windows color (decimal): -4650000 or 15731641. OLE color: 15731641.

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

Color convert

RGB 185 11 240 -
CMYK 0.23 0.95 0 0.06
HSL 285.59º 0.91% 0.49% -
HSV(B) 285.59º 0.95% 0.94% -
XYZ 35.86 16.84 83.8 -
YUV 89.13 213.15 196.38 -
System Red Green Blue C M Y K H S L
Decimal 185 11 240 0.23 0.95 0 0.06 285.59 0.91 0.49
Hex B9 B F0 17 5F 0 6 11E 5B 31
Octal 271 13 360 27 137 0 6 436 133 61
Binary 10111001 1011 11110000 10111 1011111 0 110 100011110 1011011 110001

Color Harmonies of #B90BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BF0

Black with #B90BF0

Text Example


Text Example

White with #B90BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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