Html Css Color HEX #BB1672 Medium Violet Red

📋 copy color: '#BB1672'

red 187 ◦ green 22 ◦ blue 114

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

Shades of Medium Violet Red #BB1672

Tints of Medium Violet Red #BB1672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 57.89%
G = 6.81%
B = 35.29%

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

#BB1672 (or 0xBB1672) is known color: Medium Violet Red. HEX triplet: BB, 16 and 72. RGB value is (187,22,114). Sum of RGB (Red+Green+Blue) = 187+22+114=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1672 is #44E98D. Grayscale: #515151. Windows color (decimal): -4516238 or 7476923. OLE color: 7476923.

HSL color Cylindrical-coordinate representation of color #BB1672: hue angle of 326.55º 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 #BB1672 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 22 114 -
CMYK 0 0.88 0.39 0.27
HSL 326.55º 0.79% 0.41% -
HSV(B) 326.55º 0.88% 0.73% -
XYZ 23.82 12.35 17.05 -
YUV 81.82 146.16 203.02 -
System Red Green Blue C M Y K H S L
Decimal 187 22 114 0 0.88 0.39 0.27 326.55 0.79 0.41
Hex BB 16 72 0 58 27 1B 147 4F 29
Octal 273 26 162 0 130 47 33 507 117 51
Binary 10111011 10110 1110010 0 1011000 100111 11011 101000111 1001111 101001

Color Harmonies of #BB1672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1672

Black with #BB1672

Text Example


Text Example

White with #BB1672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1672; }

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

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

background-color css

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

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

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

border-color css

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

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

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