Html Css Color HEX #BB1C7F Medium Violet Red

📋 copy color: '#BB1C7F'

red 187 ◦ green 28 ◦ blue 127

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

Shades of Medium Violet Red #BB1C7F

Tints of Medium Violet Red #BB1C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.13%

R = 54.68%
G = 8.19%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB1C7F (or 0xBB1C7F) is known color: Medium Violet Red. HEX triplet: BB, 1C and 7F. RGB value is (187,28,127). Sum of RGB (Red+Green+Blue) = 187+28+127=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1C7F is #44E380. Grayscale: #565656. Windows color (decimal): -4514689 or 8330427. OLE color: 8330427.

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

Color convert

RGB 187 28 127 -
CMYK 0 0.85 0.32 0.27
HSL 322.64º 0.74% 0.42% -
HSV(B) 322.64º 0.85% 0.73% -
XYZ 24.74 12.93 21.27 -
YUV 86.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 187 28 127 0 0.85 0.32 0.27 322.64 0.74 0.42
Hex BB 1C 7F 0 55 20 1B 143 4A 2A
Octal 273 34 177 0 125 40 33 503 112 52
Binary 10111011 11100 1111111 0 1010101 100000 11011 101000011 1001010 101010

Color Harmonies of #BB1C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1C7F

Black with #BB1C7F

Text Example


Text Example

White with #BB1C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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