Html Css Color HEX #B900EB Electric Purple

📋 copy color: '#B900EB'

red 185 ◦ green 0 ◦ blue 235

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

Shades of Electric Purple #B900EB

Tints of Electric Purple #B900EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.95%

R = 44.05%
G = 0%
B = 55.95%

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

#B900EB (or 0xB900EB) is known color: Electric Purple. HEX triplet: B9, 00 and EB. RGB value is (185,0,235). Sum of RGB (Red+Green+Blue) = 185+0+235=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #B900EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B900EB is #46FF14. Grayscale: #515151. Windows color (decimal): -4652821 or 15401145. OLE color: 15401145.

HSL color Cylindrical-coordinate representation of color #B900EB: hue angle of 287.23º 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 #B900EB is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 0 235 -
CMYK 0.21 1 0 0.08
HSL 287.23º 1% 0.46% -
HSV(B) 287.23º 1% 0.92% -
XYZ 35 16.31 79.9 -
YUV 82.11 214.29 201.39 -
System Red Green Blue C M Y K H S L
Decimal 185 0 235 0.21 1 0 0.08 287.23 1 0.46
Hex B9 0 EB 15 64 0 8 11F 64 2E
Octal 271 0 353 25 144 0 10 437 144 56
Binary 10111001 0 11101011 10101 1100100 0 1000 100011111 1100100 101110

Color Harmonies of #B900EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900EB

Black with #B900EB

Text Example


Text Example

White with #B900EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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