Html Css Color HEX #B900FC Electric Purple

📋 copy color: '#B900FC'

red 185 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #B900FC

Tints of Electric Purple #B900FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.67%

R = 42.33%
G = 0%
B = 57.67%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B900FC (or 0xB900FC) is known color: Electric Purple. HEX triplet: B9, 00 and FC. RGB value is (185,0,252). Sum of RGB (Red+Green+Blue) = 185+0+252=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #B900FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B900FC is #46FF03. Grayscale: #535353. Windows color (decimal): -4652804 or 16515257. OLE color: 16515257.

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

Color convert

RGB 185 0 252 -
CMYK 0.27 1 0 0.01
HSL 284.05º 1% 0.49% -
HSV(B) 284.05º 1% 0.99% -
XYZ 37.58 17.34 93.46 -
YUV 84.04 222.79 200.01 -
System Red Green Blue C M Y K H S L
Decimal 185 0 252 0.27 1 0 0.01 284.05 1 0.49
Hex B9 0 FC 1B 64 0 1 11C 64 31
Octal 271 0 374 33 144 0 1 434 144 61
Binary 10111001 0 11111100 11011 1100100 0 1 100011100 1100100 110001

Color Harmonies of #B900FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900FC

Black with #B900FC

Text Example


Text Example

White with #B900FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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