Html Css Color HEX #B00FB3 Deep Magenta

📋 copy color: '#B00FB3'

red 176 ◦ green 15 ◦ blue 179

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

Shades of Deep Magenta #B00FB3

Tints of Deep Magenta #B00FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.38%

R = 47.57%
G = 4.05%
B = 48.38%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B00FB3 (or 0xB00FB3) is known color: Deep Magenta. HEX triplet: B0, 0F and B3. RGB value is (176,15,179). Sum of RGB (Red+Green+Blue) = 176+15+179=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #B00FB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FB3 is #4FF04C. Grayscale: #515151. Windows color (decimal): -5238861 or 11734960. OLE color: 11734960.

HSL color Cylindrical-coordinate representation of color #B00FB3: hue angle of 298.9º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00FB3 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 15 179 -
CMYK 0.02 0.92 0 0.30
HSL 298.9º 0.85% 0.38% -
HSV(B) 298.9º 0.92% 0.7% -
XYZ 26.21 12.83 43.74 -
YUV 81.84 182.84 195.16 -
System Red Green Blue C M Y K H S L
Decimal 176 15 179 0.02 0.92 0 0.30 298.9 0.85 0.38
Hex B0 F B3 2 5C 0 1E 12B 55 26
Octal 260 17 263 2 134 0 36 453 125 46
Binary 10110000 1111 10110011 10 1011100 0 11110 100101011 1010101 100110

Color Harmonies of #B00FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FB3

Black with #B00FB3

Text Example


Text Example

White with #B00FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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