Html Css Color HEX #BB117A Medium Violet Red

📋 copy color: '#BB117A'

red 187 ◦ green 17 ◦ blue 122

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

Shades of Medium Violet Red #BB117A

Tints of Medium Violet Red #BB117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.21%

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 57.36%
G = 5.21%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB117A (or 0xBB117A) is known color: Medium Violet Red. HEX triplet: BB, 11 and 7A. RGB value is (187,17,122). Sum of RGB (Red+Green+Blue) = 187+17+122=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB117A is #44EE85. Grayscale: #4F4F4F. Windows color (decimal): -4517510 or 7999931. OLE color: 7999931.

HSL color Cylindrical-coordinate representation of color #BB117A: hue angle of 322.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB117A is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 17 122 -
CMYK 0 0.91 0.35 0.27
HSL 322.94º 0.83% 0.4% -
HSV(B) 322.94º 0.91% 0.73% -
XYZ 24.21 12.37 19.52 -
YUV 79.8 151.82 204.46 -
System Red Green Blue C M Y K H S L
Decimal 187 17 122 0 0.91 0.35 0.27 322.94 0.83 0.4
Hex BB 11 7A 0 5B 23 1B 143 53 28
Octal 273 21 172 0 133 43 33 503 123 50
Binary 10111011 10001 1111010 0 1011011 100011 11011 101000011 1010011 101000

Color Harmonies of #BB117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB117A

Black with #BB117A

Text Example


Text Example

White with #BB117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB117A; }

 p { color: rgb(187,17,122); }

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

background-color css

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

 a { background-color: rgb(187,17,122); }

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

border-color css

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

 span { border-color: rgb(187,17,122); }

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