Html Css Color HEX #BB117F Medium Violet Red

📋 copy color: '#BB117F'

red 187 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #BB117F

Tints of Medium Violet Red #BB117F

RGB

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

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

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

R = 56.5%
G = 5.14%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB117F (or 0xBB117F) is known color: Medium Violet Red. HEX triplet: BB, 11 and 7F. RGB value is (187,17,127). Sum of RGB (Red+Green+Blue) = 187+17+127=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB117F is #44EE80. Grayscale: #505050. Windows color (decimal): -4517505 or 8327611. OLE color: 8327611.

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

Color convert

RGB 187 17 127 -
CMYK 0 0.91 0.32 0.27
HSL 321.18º 0.83% 0.4% -
HSV(B) 321.18º 0.91% 0.73% -
XYZ 24.52 12.5 21.2 -
YUV 80.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 187 17 127 0 0.91 0.32 0.27 321.18 0.83 0.4
Hex BB 11 7F 0 5B 20 1B 141 53 28
Octal 273 21 177 0 133 40 33 501 123 50
Binary 10111011 10001 1111111 0 1011011 100000 11011 101000001 1010011 101000

Color Harmonies of #BB117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB117F

Black with #BB117F

Text Example


Text Example

White with #BB117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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