Html Css Color HEX #B90BED Electric Purple

📋 copy color: '#B90BED'

red 185 ◦ green 11 ◦ blue 237

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

Shades of Electric Purple #B90BED

Tints of Electric Purple #B90BED

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.54%

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

R = 42.73%
G = 2.54%
B = 54.73%

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

#B90BED (or 0xB90BED) is known color: Electric Purple. HEX triplet: B9, 0B and ED. RGB value is (185,11,237). Sum of RGB (Red+Green+Blue) = 185+11+237=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #B90BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90BED is #46F412. Grayscale: #585858. Windows color (decimal): -4650003 or 15535033. OLE color: 15535033.

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

Color convert

RGB 185 11 237 -
CMYK 0.22 0.95 0 0.07
HSL 286.19º 0.91% 0.49% -
HSV(B) 286.19º 0.95% 0.93% -
XYZ 35.41 16.67 81.47 -
YUV 88.79 211.65 196.62 -
System Red Green Blue C M Y K H S L
Decimal 185 11 237 0.22 0.95 0 0.07 286.19 0.91 0.49
Hex B9 B ED 16 5F 0 7 11E 5B 31
Octal 271 13 355 26 137 0 7 436 133 61
Binary 10111001 1011 11101101 10110 1011111 0 111 100011110 1011011 110001

Color Harmonies of #B90BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BED

Black with #B90BED

Text Example


Text Example

White with #B90BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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