Html Css Color HEX #B90DEC Electric Purple

📋 copy color: '#B90DEC'

red 185 ◦ green 13 ◦ blue 236

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

Shades of Electric Purple #B90DEC

Tints of Electric Purple #B90DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3%

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

R = 42.63%
G = 3%
B = 54.38%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B90DEC (or 0xB90DEC) is known color: Electric Purple. HEX triplet: B9, 0D and EC. RGB value is (185,13,236). Sum of RGB (Red+Green+Blue) = 185+13+236=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #B90DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90DEC is #46F213. Grayscale: #595959. Windows color (decimal): -4649492 or 15470009. OLE color: 15470009.

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

Color convert

RGB 185 13 236 -
CMYK 0.22 0.94 0 0.07
HSL 286.28º 0.9% 0.49% -
HSV(B) 286.28º 0.94% 0.93% -
XYZ 35.29 16.66 80.71 -
YUV 89.85 210.48 195.87 -
System Red Green Blue C M Y K H S L
Decimal 185 13 236 0.22 0.94 0 0.07 286.28 0.9 0.49
Hex B9 D EC 16 5E 0 7 11E 5A 31
Octal 271 15 354 26 136 0 7 436 132 61
Binary 10111001 1101 11101100 10110 1011110 0 111 100011110 1011010 110001

Color Harmonies of #B90DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90DEC

Black with #B90DEC

Text Example


Text Example

White with #B90DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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