Html Css Color HEX #BB1E7C Medium Violet Red

📋 copy color: '#BB1E7C'

red 187 ◦ green 30 ◦ blue 124

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

Shades of Medium Violet Red #BB1E7C

Tints of Medium Violet Red #BB1E7C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.8%

 BLUE value IS 124 (48.83% from 255) = 36.36%

R = 54.84%
G = 8.8%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB1E7C (or 0xBB1E7C) is known color: Medium Violet Red. HEX triplet: BB, 1E and 7C. RGB value is (187,30,124). Sum of RGB (Red+Green+Blue) = 187+30+124=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1E7C is #44E183. Grayscale: #575757. Windows color (decimal): -4514180 or 8134331. OLE color: 8134331.

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

Color convert

RGB 187 30 124 -
CMYK 0 0.84 0.34 0.27
HSL 324.08º 0.72% 0.43% -
HSV(B) 324.08º 0.84% 0.73% -
XYZ 24.6 12.95 20.27 -
YUV 87.66 148.51 198.86 -
System Red Green Blue C M Y K H S L
Decimal 187 30 124 0 0.84 0.34 0.27 324.08 0.72 0.43
Hex BB 1E 7C 0 54 22 1B 144 48 2B
Octal 273 36 174 0 124 42 33 504 110 53
Binary 10111011 11110 1111100 0 1010100 100010 11011 101000100 1001000 101011

Color Harmonies of #BB1E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E7C

Black with #BB1E7C

Text Example


Text Example

White with #BB1E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E7C; }

 p { color: rgb(187,30,124); }

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

background-color css

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

 a { background-color: rgb(187,30,124); }

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

border-color css

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

 span { border-color: rgb(187,30,124); }

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