Html Css Color HEX #B90DEE Electric Purple

📋 copy color: '#B90DEE'

red 185 ◦ green 13 ◦ blue 238

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

Shades of Electric Purple #B90DEE

Tints of Electric Purple #B90DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.59%

R = 42.43%
G = 2.98%
B = 54.59%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B90DEE (or 0xB90DEE) is known color: Electric Purple. HEX triplet: B9, 0D and EE. RGB value is (185,13,238). Sum of RGB (Red+Green+Blue) = 185+13+238=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #B90DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90DEE is #46F211. Grayscale: #595959. Windows color (decimal): -4649490 or 15601081. OLE color: 15601081.

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

Color convert

RGB 185 13 238 -
CMYK 0.22 0.95 0 0.07
HSL 285.87º 0.9% 0.49% -
HSV(B) 285.87º 0.95% 0.93% -
XYZ 35.58 16.78 82.25 -
YUV 90.08 211.48 195.7 -
System Red Green Blue C M Y K H S L
Decimal 185 13 238 0.22 0.95 0 0.07 285.87 0.9 0.49
Hex B9 D EE 16 5F 0 7 11E 5A 31
Octal 271 15 356 26 137 0 7 436 132 61
Binary 10111001 1101 11101110 10110 1011111 0 111 100011110 1011010 110001

Color Harmonies of #B90DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90DEE

Black with #B90DEE

Text Example


Text Example

White with #B90DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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