Html Css Color HEX #B90FF6 Electric Purple

📋 copy color: '#B90FF6'

red 185 ◦ green 15 ◦ blue 246

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

Shades of Electric Purple #B90FF6

Tints of Electric Purple #B90FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.16%

R = 41.48%
G = 3.36%
B = 55.16%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B90FF6 (or 0xB90FF6) is known color: Electric Purple. HEX triplet: B9, 0F and F6. RGB value is (185,15,246). Sum of RGB (Red+Green+Blue) = 185+15+246=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #B90FF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90FF6 is #46F009. Grayscale: #5B5B5B. Windows color (decimal): -4648970 or 16125881. OLE color: 16125881.

HSL color Cylindrical-coordinate representation of color #B90FF6: hue angle of 284.16º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90FF6 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 15 246 -
CMYK 0.25 0.94 0 0.04
HSL 284.16º 0.93% 0.51% -
HSV(B) 284.16º 0.94% 0.96% -
XYZ 36.81 17.31 88.59 -
YUV 92.16 214.82 194.22 -
System Red Green Blue C M Y K H S L
Decimal 185 15 246 0.25 0.94 0 0.04 284.16 0.93 0.51
Hex B9 F F6 19 5E 0 4 11C 5D 33
Octal 271 17 366 31 136 0 4 434 135 63
Binary 10111001 1111 11110110 11001 1011110 0 100 100011100 1011101 110011

Color Harmonies of #B90FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90FF6

Black with #B90FF6

Text Example


Text Example

White with #B90FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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