Html Css Color HEX #B90AEC Electric Purple

📋 copy color: '#B90AEC'

red 185 ◦ green 10 ◦ blue 236

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

Shades of Electric Purple #B90AEC

Tints of Electric Purple #B90AEC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.32%

 BLUE value IS 236 (92.58% from 255) = 54.76%

R = 42.92%
G = 2.32%
B = 54.76%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B90AEC (or 0xB90AEC) is known color: Electric Purple. HEX triplet: B9, 0A and EC. RGB value is (185,10,236). Sum of RGB (Red+Green+Blue) = 185+10+236=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #B90AEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90AEC is #46F513. Grayscale: #575757. Windows color (decimal): -4650260 or 15469241. OLE color: 15469241.

HSL color Cylindrical-coordinate representation of color #B90AEC: hue angle of 286.46º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90AEC is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 10 236 -
CMYK 0.22 0.96 0 0.07
HSL 286.46º 0.92% 0.48% -
HSV(B) 286.46º 0.96% 0.93% -
XYZ 35.26 16.59 80.7 -
YUV 88.09 211.48 197.12 -
System Red Green Blue C M Y K H S L
Decimal 185 10 236 0.22 0.96 0 0.07 286.46 0.92 0.48
Hex B9 A EC 16 60 0 7 11E 5C 30
Octal 271 12 354 26 140 0 7 436 134 60
Binary 10111001 1010 11101100 10110 1100000 0 111 100011110 1011100 110000

Color Harmonies of #B90AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90AEC

Black with #B90AEC

Text Example


Text Example

White with #B90AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90AEC; }

 p { color: rgb(185,10,236); }

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

background-color css

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

 a { background-color: rgb(185,10,236); }

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

border-color css

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

 span { border-color: rgb(185,10,236); }

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