Html Css Color HEX #B90DE1 Electric Purple

📋 copy color: '#B90DE1'

red 185 ◦ green 13 ◦ blue 225

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

Shades of Electric Purple #B90DE1

Tints of Electric Purple #B90DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.19%

R = 43.74%
G = 3.07%
B = 53.19%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B90DE1 (or 0xB90DE1) is known color: Electric Purple. HEX triplet: B9, 0D and E1. RGB value is (185,13,225). Sum of RGB (Red+Green+Blue) = 185+13+225=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #B90DE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DE1 is #46F21E. Grayscale: #575757. Windows color (decimal): -4649503 or 14749113. OLE color: 14749113.

HSL color Cylindrical-coordinate representation of color #B90DE1: hue angle of 288.68º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90DE1 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 13 225 -
CMYK 0.18 0.94 0 0.12
HSL 288.68º 0.89% 0.47% -
HSV(B) 288.68º 0.94% 0.88% -
XYZ 33.74 16.04 72.55 -
YUV 88.6 204.98 196.76 -
System Red Green Blue C M Y K H S L
Decimal 185 13 225 0.18 0.94 0 0.12 288.68 0.89 0.47
Hex B9 D E1 12 5E 0 C 121 59 2F
Octal 271 15 341 22 136 0 14 441 131 57
Binary 10111001 1101 11100001 10010 1011110 0 1100 100100001 1011001 101111

Color Harmonies of #B90DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90DE1

Black with #B90DE1

Text Example


Text Example

White with #B90DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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