Html Css Color HEX #BB0F70 Medium Violet Red

📋 copy color: '#BB0F70'

red 187 ◦ green 15 ◦ blue 112

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

Shades of Medium Violet Red #BB0F70

Tints of Medium Violet Red #BB0F70

RGB

 RED value IS 187 (73.44% from 255) = 59.55%

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

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 59.55%
G = 4.78%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB0F70 (or 0xBB0F70) is known color: Medium Violet Red. HEX triplet: BB, 0F and 70. RGB value is (187,15,112). Sum of RGB (Red+Green+Blue) = 187+15+112=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0F70 is #44F08F. Grayscale: #4D4D4D. Windows color (decimal): -4518032 or 7344059. OLE color: 7344059.

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

Color convert

RGB 187 15 112 -
CMYK 0 0.92 0.40 0.27
HSL 326.16º 0.85% 0.4% -
HSV(B) 326.16º 0.92% 0.73% -
XYZ 23.59 12.08 16.42 -
YUV 77.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 187 15 112 0 0.92 0.40 0.27 326.16 0.85 0.4
Hex BB F 70 0 5C 28 1B 146 55 28
Octal 273 17 160 0 134 50 33 506 125 50
Binary 10111011 1111 1110000 0 1011100 101000 11011 101000110 1010101 101000

Color Harmonies of #BB0F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F70

Black with #BB0F70

Text Example


Text Example

White with #BB0F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F70; }

 p { color: rgb(187,15,112); }

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

background-color css

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

 a { background-color: rgb(187,15,112); }

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

border-color css

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

 span { border-color: rgb(187,15,112); }

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