Html Css Color HEX #BB127B Medium Violet Red

📋 copy color: '#BB127B'

red 187 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #BB127B

Tints of Medium Violet Red #BB127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 57.01%
G = 5.49%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB127B (or 0xBB127B) is known color: Medium Violet Red. HEX triplet: BB, 12 and 7B. RGB value is (187,18,123). Sum of RGB (Red+Green+Blue) = 187+18+123=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB127B is #44ED84. Grayscale: #505050. Windows color (decimal): -4517253 or 8065723. OLE color: 8065723.

HSL color Cylindrical-coordinate representation of color #BB127B: hue angle of 322.72º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB127B is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 123 -
CMYK 0 0.90 0.34 0.27
HSL 322.72º 0.82% 0.4% -
HSV(B) 322.72º 0.9% 0.73% -
XYZ 24.28 12.43 19.86 -
YUV 80.5 151.99 203.96 -
System Red Green Blue C M Y K H S L
Decimal 187 18 123 0 0.90 0.34 0.27 322.72 0.82 0.4
Hex BB 12 7B 0 5A 22 1B 143 52 28
Octal 273 22 173 0 132 42 33 503 122 50
Binary 10111011 10010 1111011 0 1011010 100010 11011 101000011 1010010 101000

Color Harmonies of #BB127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB127B

Black with #BB127B

Text Example


Text Example

White with #BB127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB127B; }

 p { color: rgb(187,18,123); }

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

background-color css

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

 a { background-color: rgb(187,18,123); }

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

border-color css

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

 span { border-color: rgb(187,18,123); }

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