Html Css Color HEX #B903ED Electric Purple

📋 copy color: '#B903ED'

red 185 ◦ green 3 ◦ blue 237

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

Shades of Electric Purple #B903ED

Tints of Electric Purple #B903ED

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.71%

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

R = 43.53%
G = 0.71%
B = 55.76%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B903ED (or 0xB903ED) is known color: Electric Purple. HEX triplet: B9, 03 and ED. RGB value is (185,3,237). Sum of RGB (Red+Green+Blue) = 185+3+237=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #B903ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B903ED is #46FC12. Grayscale: #535353. Windows color (decimal): -4652051 or 15532985. OLE color: 15532985.

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

Color convert

RGB 185 3 237 -
CMYK 0.22 0.99 0 0.07
HSL 286.67º 0.98% 0.47% -
HSV(B) 286.67º 0.99% 0.93% -
XYZ 35.33 16.49 81.44 -
YUV 84.09 214.3 199.97 -
System Red Green Blue C M Y K H S L
Decimal 185 3 237 0.22 0.99 0 0.07 286.67 0.98 0.47
Hex B9 3 ED 16 63 0 7 11F 62 2F
Octal 271 3 355 26 143 0 7 437 142 57
Binary 10111001 11 11101101 10110 1100011 0 111 100011111 1100010 101111

Color Harmonies of #B903ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B903ED

Black with #B903ED

Text Example


Text Example

White with #B903ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B903ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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