Html Css Color HEX #BB1C6D Medium Violet Red

📋 copy color: '#BB1C6D'

red 187 ◦ green 28 ◦ blue 109

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

Shades of Medium Violet Red #BB1C6D

Tints of Medium Violet Red #BB1C6D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.64%

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 57.72%
G = 8.64%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB1C6D (or 0xBB1C6D) is known color: Medium Violet Red. HEX triplet: BB, 1C and 6D. RGB value is (187,28,109). Sum of RGB (Red+Green+Blue) = 187+28+109=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1C6D is #44E392. Grayscale: #545454. Windows color (decimal): -4514707 or 7150779. OLE color: 7150779.

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

Color convert

RGB 187 28 109 -
CMYK 0 0.85 0.42 0.27
HSL 329.43º 0.74% 0.42% -
HSV(B) 329.43º 0.85% 0.73% -
XYZ 23.67 12.5 15.63 -
YUV 84.78 141.68 200.91 -
System Red Green Blue C M Y K H S L
Decimal 187 28 109 0 0.85 0.42 0.27 329.43 0.74 0.42
Hex BB 1C 6D 0 55 2A 1B 149 4A 2A
Octal 273 34 155 0 125 52 33 511 112 52
Binary 10111011 11100 1101101 0 1010101 101010 11011 101001001 1001010 101010

Color Harmonies of #BB1C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1C6D

Black with #BB1C6D

Text Example


Text Example

White with #BB1C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1C6D; }

 p { color: rgb(187,28,109); }

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

background-color css

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

 a { background-color: rgb(187,28,109); }

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

border-color css

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

 span { border-color: rgb(187,28,109); }

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