Html Css Color HEX #B900E6 Electric Purple

📋 copy color: '#B900E6'

red 185 ◦ green 0 ◦ blue 230

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

Shades of Electric Purple #B900E6

Tints of Electric Purple #B900E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.42%

R = 44.58%
G = 0%
B = 55.42%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B900E6 (or 0xB900E6) is known color: Electric Purple. HEX triplet: B9, 00 and E6. RGB value is (185,0,230). Sum of RGB (Red+Green+Blue) = 185+0+230=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #B900E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B900E6 is #46FF19. Grayscale: #505050. Windows color (decimal): -4652826 or 15073465. OLE color: 15073465.

HSL color Cylindrical-coordinate representation of color #B900E6: hue angle of 288.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900E6 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 0 230 -
CMYK 0.20 1 0 0.10
HSL 288.26º 1% 0.45% -
HSV(B) 288.26º 1% 0.9% -
XYZ 34.29 16.03 76.15 -
YUV 81.54 211.79 201.8 -
System Red Green Blue C M Y K H S L
Decimal 185 0 230 0.20 1 0 0.10 288.26 1 0.45
Hex B9 0 E6 14 64 0 A 120 64 2D
Octal 271 0 346 24 144 0 12 440 144 55
Binary 10111001 0 11100110 10100 1100100 0 1010 100100000 1100100 101101

Color Harmonies of #B900E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900E6

Black with #B900E6

Text Example


Text Example

White with #B900E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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