Html Css Color HEX #B90CED Electric Purple

📋 copy color: '#B90CED'

red 185 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #B90CED

Tints of Electric Purple #B90CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.76%

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

R = 42.63%
G = 2.76%
B = 54.61%

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

#B90CED (or 0xB90CED) is known color: Electric Purple. HEX triplet: B9, 0C and ED. RGB value is (185,12,237). Sum of RGB (Red+Green+Blue) = 185+12+237=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #B90CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90CED is #46F312. Grayscale: #585858. Windows color (decimal): -4649747 or 15535289. OLE color: 15535289.

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

Color convert

RGB 185 12 237 -
CMYK 0.22 0.95 0 0.07
HSL 286.13º 0.9% 0.49% -
HSV(B) 286.13º 0.95% 0.93% -
XYZ 35.43 16.69 81.48 -
YUV 89.38 211.31 196.2 -
System Red Green Blue C M Y K H S L
Decimal 185 12 237 0.22 0.95 0 0.07 286.13 0.9 0.49
Hex B9 C ED 16 5F 0 7 11E 5A 31
Octal 271 14 355 26 137 0 7 436 132 61
Binary 10111001 1100 11101101 10110 1011111 0 111 100011110 1011010 110001

Color Harmonies of #B90CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CED

Black with #B90CED

Text Example


Text Example

White with #B90CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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