Html Css Color HEX #B900EC Electric Purple

📋 copy color: '#B900EC'

red 185 ◦ green 0 ◦ blue 236

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

Shades of Electric Purple #B900EC

Tints of Electric Purple #B900EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 236 (92.58% from 255) = 56.06%

R = 43.94%
G = 0%
B = 56.06%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B900EC (or 0xB900EC) is known color: Electric Purple. HEX triplet: B9, 00 and EC. RGB value is (185,0,236). Sum of RGB (Red+Green+Blue) = 185+0+236=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #B900EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B900EC is #46FF13. Grayscale: #515151. Windows color (decimal): -4652820 or 15466681. OLE color: 15466681.

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

Color convert

RGB 185 0 236 -
CMYK 0.22 1 0 0.07
HSL 287.03º 1% 0.46% -
HSV(B) 287.03º 1% 0.93% -
XYZ 35.15 16.37 80.66 -
YUV 82.22 214.79 201.31 -
System Red Green Blue C M Y K H S L
Decimal 185 0 236 0.22 1 0 0.07 287.03 1 0.46
Hex B9 0 EC 16 64 0 7 11F 64 2E
Octal 271 0 354 26 144 0 7 437 144 56
Binary 10111001 0 11101100 10110 1100100 0 111 100011111 1100100 101110

Color Harmonies of #B900EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900EC

Black with #B900EC

Text Example


Text Example

White with #B900EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900EC; }

 p { color: rgb(185,0,236); }

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

background-color css

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

 a { background-color: rgb(185,0,236); }

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

border-color css

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

 span { border-color: rgb(185,0,236); }

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