Html Css Color HEX #B00BFC Electric Purple

📋 copy color: '#B00BFC'

red 176 ◦ green 11 ◦ blue 252

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

Shades of Electric Purple #B00BFC

Tints of Electric Purple #B00BFC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.51%

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

R = 40.09%
G = 2.51%
B = 57.4%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B00BFC (or 0xB00BFC) is known color: Electric Purple. HEX triplet: B0, 0B and FC. RGB value is (176,11,252). Sum of RGB (Red+Green+Blue) = 176+11+252=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #B00BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00BFC is #4FF403. Grayscale: #575757. Windows color (decimal): -5239812 or 16518064. OLE color: 16518064.

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

Color convert

RGB 176 11 252 -
CMYK 0.30 0.96 0 0.01
HSL 281.08º 0.98% 0.52% -
HSV(B) 281.08º 0.96% 0.99% -
XYZ 35.59 16.5 93.4 -
YUV 87.81 220.66 190.9 -
System Red Green Blue C M Y K H S L
Decimal 176 11 252 0.30 0.96 0 0.01 281.08 0.98 0.52
Hex B0 B FC 1E 60 0 1 119 62 34
Octal 260 13 374 36 140 0 1 431 142 64
Binary 10110000 1011 11111100 11110 1100000 0 1 100011001 1100010 110100

Color Harmonies of #B00BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00BFC

Black with #B00BFC

Text Example


Text Example

White with #B00BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00BFC; }

 p { color: rgb(176,11,252); }

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

background-color css

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

 a { background-color: rgb(176,11,252); }

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

border-color css

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

 span { border-color: rgb(176,11,252); }

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