Html Css Color HEX #B903EE Electric Purple

📋 copy color: '#B903EE'

red 185 ◦ green 3 ◦ blue 238

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

Shades of Electric Purple #B903EE

Tints of Electric Purple #B903EE

RGB

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

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

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

R = 43.43%
G = 0.7%
B = 55.87%

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

#B903EE (or 0xB903EE) is known color: Electric Purple. HEX triplet: B9, 03 and EE. RGB value is (185,3,238). Sum of RGB (Red+Green+Blue) = 185+3+238=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #B903EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B903EE is #46FC11. Grayscale: #535353. Windows color (decimal): -4652050 or 15598521. OLE color: 15598521.

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

Color convert

RGB 185 3 238 -
CMYK 0.22 0.99 0 0.07
HSL 286.47º 0.98% 0.47% -
HSV(B) 286.47º 0.99% 0.93% -
XYZ 35.47 16.55 82.21 -
YUV 84.21 214.8 199.89 -
System Red Green Blue C M Y K H S L
Decimal 185 3 238 0.22 0.99 0 0.07 286.47 0.98 0.47
Hex B9 3 EE 16 63 0 7 11E 62 2F
Octal 271 3 356 26 143 0 7 436 142 57
Binary 10111001 11 11101110 10110 1100011 0 111 100011110 1100010 101111

Color Harmonies of #B903EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B903EE

Black with #B903EE

Text Example


Text Example

White with #B903EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B903EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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