Html Css Color HEX #B900FB Electric Purple

📋 copy color: '#B900FB'

red 185 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #B900FB

Tints of Electric Purple #B900FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.57%

R = 42.43%
G = 0%
B = 57.57%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B900FB (or 0xB900FB) is known color: Electric Purple. HEX triplet: B9, 00 and FB. RGB value is (185,0,251). Sum of RGB (Red+Green+Blue) = 185+0+251=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #B900FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B900FB is #46FF04. Grayscale: #535353. Windows color (decimal): -4652805 or 16449721. OLE color: 16449721.

HSL color Cylindrical-coordinate representation of color #B900FB: hue angle of 284.22º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900FB is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 0 251 -
CMYK 0.26 1 0 0.02
HSL 284.22º 1% 0.49% -
HSV(B) 284.22º 1% 0.98% -
XYZ 37.42 17.28 92.63 -
YUV 83.93 222.29 200.09 -
System Red Green Blue C M Y K H S L
Decimal 185 0 251 0.26 1 0 0.02 284.22 1 0.49
Hex B9 0 FB 1A 64 0 2 11C 64 31
Octal 271 0 373 32 144 0 2 434 144 61
Binary 10111001 0 11111011 11010 1100100 0 10 100011100 1100100 110001

Color Harmonies of #B900FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900FB

Black with #B900FB

Text Example


Text Example

White with #B900FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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