Html Css Color HEX #B900EA Electric Purple

📋 copy color: '#B900EA'

red 185 ◦ green 0 ◦ blue 234

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

Shades of Electric Purple #B900EA

Tints of Electric Purple #B900EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.85%

R = 44.15%
G = 0%
B = 55.85%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B900EA (or 0xB900EA) is known color: Electric Purple. HEX triplet: B9, 00 and EA. RGB value is (185,0,234). Sum of RGB (Red+Green+Blue) = 185+0+234=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #B900EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B900EA is #46FF15. Grayscale: #515151. Windows color (decimal): -4652822 or 15335609. OLE color: 15335609.

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

Color convert

RGB 185 0 234 -
CMYK 0.21 1 0 0.08
HSL 287.44º 1% 0.46% -
HSV(B) 287.44º 1% 0.92% -
XYZ 34.86 16.25 79.14 -
YUV 81.99 213.79 201.47 -
System Red Green Blue C M Y K H S L
Decimal 185 0 234 0.21 1 0 0.08 287.44 1 0.46
Hex B9 0 EA 15 64 0 8 11F 64 2E
Octal 271 0 352 25 144 0 10 437 144 56
Binary 10111001 0 11101010 10101 1100100 0 1000 100011111 1100100 101110

Color Harmonies of #B900EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900EA

Black with #B900EA

Text Example


Text Example

White with #B900EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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