Html Css Color HEX #B000FD Electric Purple

📋 copy color: '#B000FD'

red 176 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #B000FD

Tints of Electric Purple #B000FD

RGB

 RED value IS 176 (69.14% from 255) = 41.03%

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

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

R = 41.03%
G = 0%
B = 58.97%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B000FD (or 0xB000FD) is known color: Electric Purple. HEX triplet: B0, 00 and FD. RGB value is (176,0,253). Sum of RGB (Red+Green+Blue) = 176+0+253=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #B000FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B000FD is #4FFF02. Grayscale: #505050. Windows color (decimal): -5242627 or 16580784. OLE color: 16580784.

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

Color convert

RGB 176 0 253 -
CMYK 0.30 1 0 0.01
HSL 281.74º 1% 0.5% -
HSV(B) 281.74º 1% 0.99% -
XYZ 35.63 16.32 94.2 -
YUV 81.47 224.81 195.43 -
System Red Green Blue C M Y K H S L
Decimal 176 0 253 0.30 1 0 0.01 281.74 1 0.5
Hex B0 0 FD 1E 64 0 1 11A 64 32
Octal 260 0 375 36 144 0 1 432 144 62
Binary 10110000 0 11111101 11110 1100100 0 1 100011010 1100100 110010

Color Harmonies of #B000FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B000FD

Black with #B000FD

Text Example


Text Example

White with #B000FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B000FD; }

 p { color: rgb(176,0,253); }

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

background-color css

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

 a { background-color: rgb(176,0,253); }

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

border-color css

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

 span { border-color: rgb(176,0,253); }

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