Html Css Color HEX #B00FBA Deep Magenta

📋 copy color: '#B00FBA'

red 176 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #B00FBA

Tints of Deep Magenta #B00FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 46.68%
G = 3.98%
B = 49.34%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B00FBA (or 0xB00FBA) is known color: Deep Magenta. HEX triplet: B0, 0F and BA. RGB value is (176,15,186). Sum of RGB (Red+Green+Blue) = 176+15+186=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #B00FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FBA is #4FF045. Grayscale: #525252. Windows color (decimal): -5238854 or 12193712. OLE color: 12193712.

HSL color Cylindrical-coordinate representation of color #B00FBA: hue angle of 296.49º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00FBA is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 15 186 -
CMYK 0.05 0.92 0 0.27
HSL 296.49º 0.85% 0.39% -
HSV(B) 296.49º 0.92% 0.73% -
XYZ 26.94 13.12 47.57 -
YUV 82.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 176 15 186 0.05 0.92 0 0.27 296.49 0.85 0.39
Hex B0 F BA 5 5C 0 1B 128 55 27
Octal 260 17 272 5 134 0 33 450 125 47
Binary 10110000 1111 10111010 101 1011100 0 11011 100101000 1010101 100111

Color Harmonies of #B00FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FBA

Black with #B00FBA

Text Example


Text Example

White with #B00FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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