Html Css Color HEX #BB117E Medium Violet Red

📋 copy color: '#BB117E'

red 187 ◦ green 17 ◦ blue 126

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

Shades of Medium Violet Red #BB117E

Tints of Medium Violet Red #BB117E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.18%

R = 56.67%
G = 5.15%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB117E (or 0xBB117E) is known color: Medium Violet Red. HEX triplet: BB, 11 and 7E. RGB value is (187,17,126). Sum of RGB (Red+Green+Blue) = 187+17+126=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB117E is #44EE81. Grayscale: #4F4F4F. Windows color (decimal): -4517506 or 8262075. OLE color: 8262075.

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

Color convert

RGB 187 17 126 -
CMYK 0 0.91 0.33 0.27
HSL 321.53º 0.83% 0.4% -
HSV(B) 321.53º 0.91% 0.73% -
XYZ 24.46 12.47 20.86 -
YUV 80.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 187 17 126 0 0.91 0.33 0.27 321.53 0.83 0.4
Hex BB 11 7E 0 5B 21 1B 142 53 28
Octal 273 21 176 0 133 41 33 502 123 50
Binary 10111011 10001 1111110 0 1011011 100001 11011 101000010 1010011 101000

Color Harmonies of #BB117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB117E

Black with #BB117E

Text Example


Text Example

White with #BB117E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB117E; }

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

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

background-color css

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

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

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

border-color css

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

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

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