Html Css Color HEX #B90DED Electric Purple

📋 copy color: '#B90DED'

red 185 ◦ green 13 ◦ blue 237

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

Shades of Electric Purple #B90DED

Tints of Electric Purple #B90DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.48%

R = 42.53%
G = 2.99%
B = 54.48%

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

#B90DED (or 0xB90DED) is known color: Electric Purple. HEX triplet: B9, 0D and ED. RGB value is (185,13,237). Sum of RGB (Red+Green+Blue) = 185+13+237=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #B90DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90DED is #46F212. Grayscale: #595959. Windows color (decimal): -4649491 or 15535545. OLE color: 15535545.

HSL color Cylindrical-coordinate representation of color #B90DED: hue angle of 286.07º 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 #B90DED is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 13 237 -
CMYK 0.22 0.95 0 0.07
HSL 286.07º 0.9% 0.49% -
HSV(B) 286.07º 0.95% 0.93% -
XYZ 35.44 16.72 81.48 -
YUV 89.96 210.98 195.79 -
System Red Green Blue C M Y K H S L
Decimal 185 13 237 0.22 0.95 0 0.07 286.07 0.9 0.49
Hex B9 D ED 16 5F 0 7 11E 5A 31
Octal 271 15 355 26 137 0 7 436 132 61
Binary 10111001 1101 11101101 10110 1011111 0 111 100011110 1011010 110001

Color Harmonies of #B90DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90DED

Black with #B90DED

Text Example


Text Example

White with #B90DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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