Html Css Color HEX #B901FD Electric Purple

📋 copy color: '#B901FD'

red 185 ◦ green 1 ◦ blue 253

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

Shades of Electric Purple #B901FD

Tints of Electric Purple #B901FD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 253 (99.22% from 255) = 57.63%

R = 42.14%
G = 0.23%
B = 57.63%

CMYK

 C value IS 0.27

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B901FD (or 0xB901FD) is known color: Electric Purple. HEX triplet: B9, 01 and FD. RGB value is (185,1,253). Sum of RGB (Red+Green+Blue) = 185+1+253=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #B901FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B901FD is #46FE02. Grayscale: #535353. Windows color (decimal): -4652547 or 16581049. OLE color: 16581049.

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

Color convert

RGB 185 1 253 -
CMYK 0.27 1.00 0 0.01
HSL 283.81º 0.99% 0.5% -
HSV(B) 283.81º 1% 0.99% -
XYZ 37.75 17.43 94.3 -
YUV 84.74 222.96 199.51 -
System Red Green Blue C M Y K H S L
Decimal 185 1 253 0.27 1.00 0 0.01 283.81 0.99 0.5
Hex B9 1 FD 1B 64 0 1 11C 63 32
Octal 271 1 375 33 144 0 1 434 143 62
Binary 10111001 1 11111101 11011 1100100 0 1 100011100 1100011 110010

Color Harmonies of #B901FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B901FD

Black with #B901FD

Text Example


Text Example

White with #B901FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B901FD; }

 p { color: rgb(185,1,253); }

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

background-color css

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

 a { background-color: rgb(185,1,253); }

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

border-color css

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

 span { border-color: rgb(185,1,253); }

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