Html Css Color HEX #BB1073 Medium Violet Red

📋 copy color: '#BB1073'

red 187 ◦ green 16 ◦ blue 115

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

Shades of Medium Violet Red #BB1073

Tints of Medium Violet Red #BB1073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.03%

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 58.81%
G = 5.03%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB1073 (or 0xBB1073) is known color: Medium Violet Red. HEX triplet: BB, 10 and 73. RGB value is (187,16,115). Sum of RGB (Red+Green+Blue) = 187+16+115=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1073 is #44EF8C. Grayscale: #4E4E4E. Windows color (decimal): -4517773 or 7540923. OLE color: 7540923.

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

Color convert

RGB 187 16 115 -
CMYK 0 0.91 0.39 0.27
HSL 325.26º 0.84% 0.4% -
HSV(B) 325.26º 0.91% 0.73% -
XYZ 23.77 12.17 17.32 -
YUV 78.42 148.65 205.45 -
System Red Green Blue C M Y K H S L
Decimal 187 16 115 0 0.91 0.39 0.27 325.26 0.84 0.4
Hex BB 10 73 0 5B 27 1B 145 54 28
Octal 273 20 163 0 133 47 33 505 124 50
Binary 10111011 10000 1110011 0 1011011 100111 11011 101000101 1010100 101000

Color Harmonies of #BB1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1073

Black with #BB1073

Text Example


Text Example

White with #BB1073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1073; }

 p { color: rgb(187,16,115); }

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

background-color css

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

 a { background-color: rgb(187,16,115); }

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

border-color css

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

 span { border-color: rgb(187,16,115); }

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