Html Css Color HEX #BB1673 Medium Violet Red

📋 copy color: '#BB1673'

red 187 ◦ green 22 ◦ blue 115

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

Shades of Medium Violet Red #BB1673

Tints of Medium Violet Red #BB1673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.79%

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

R = 57.72%
G = 6.79%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB1673 (or 0xBB1673) is known color: Medium Violet Red. HEX triplet: BB, 16 and 73. RGB value is (187,22,115). Sum of RGB (Red+Green+Blue) = 187+22+115=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1673 is #44E98C. Grayscale: #515151. Windows color (decimal): -4516237 or 7542459. OLE color: 7542459.

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

Color convert

RGB 187 22 115 -
CMYK 0 0.88 0.39 0.27
HSL 326.18º 0.79% 0.41% -
HSV(B) 326.18º 0.88% 0.73% -
XYZ 23.87 12.38 17.35 -
YUV 81.94 146.66 202.94 -
System Red Green Blue C M Y K H S L
Decimal 187 22 115 0 0.88 0.39 0.27 326.18 0.79 0.41
Hex BB 16 73 0 58 27 1B 146 4F 29
Octal 273 26 163 0 130 47 33 506 117 51
Binary 10111011 10110 1110011 0 1011000 100111 11011 101000110 1001111 101001

Color Harmonies of #BB1673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1673

Black with #BB1673

Text Example


Text Example

White with #BB1673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1673; }

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

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

background-color css

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

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

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

border-color css

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

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

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