Html Css Color HEX #B00FBC Deep Magenta

📋 copy color: '#B00FBC'

red 176 ◦ green 15 ◦ blue 188

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

Shades of Deep Magenta #B00FBC

Tints of Deep Magenta #B00FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.96%

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 46.44%
G = 3.96%
B = 49.6%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B00FBC (or 0xB00FBC) is known color: Deep Magenta. HEX triplet: B0, 0F and BC. RGB value is (176,15,188). Sum of RGB (Red+Green+Blue) = 176+15+188=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #B00FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FBC is #4FF043. Grayscale: #525252. Windows color (decimal): -5238852 or 12324784. OLE color: 12324784.

HSL color Cylindrical-coordinate representation of color #B00FBC: hue angle of 295.84º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00FBC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 15 188 -
CMYK 0.06 0.92 0 0.26
HSL 295.84º 0.85% 0.4% -
HSV(B) 295.84º 0.92% 0.74% -
XYZ 27.15 13.2 48.69 -
YUV 82.86 187.34 194.43 -
System Red Green Blue C M Y K H S L
Decimal 176 15 188 0.06 0.92 0 0.26 295.84 0.85 0.4
Hex B0 F BC 6 5C 0 1A 128 55 28
Octal 260 17 274 6 134 0 32 450 125 50
Binary 10110000 1111 10111100 110 1011100 0 11010 100101000 1010101 101000

Color Harmonies of #B00FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FBC

Black with #B00FBC

Text Example


Text Example

White with #B00FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FBC; }

 p { color: rgb(176,15,188); }

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

background-color css

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

 a { background-color: rgb(176,15,188); }

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

border-color css

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

 span { border-color: rgb(176,15,188); }

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