Html Css Color HEX #BB147B Medium Violet Red

📋 copy color: '#BB147B'

red 187 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #BB147B

Tints of Medium Violet Red #BB147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

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

R = 56.67%
G = 6.06%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB147B (or 0xBB147B) is known color: Medium Violet Red. HEX triplet: BB, 14 and 7B. RGB value is (187,20,123). Sum of RGB (Red+Green+Blue) = 187+20+123=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB147B is #44EB84. Grayscale: #515151. Windows color (decimal): -4516741 or 8066235. OLE color: 8066235.

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

Color convert

RGB 187 20 123 -
CMYK 0 0.89 0.34 0.27
HSL 322.99º 0.81% 0.41% -
HSV(B) 322.99º 0.89% 0.73% -
XYZ 24.32 12.5 19.87 -
YUV 81.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 187 20 123 0 0.89 0.34 0.27 322.99 0.81 0.41
Hex BB 14 7B 0 59 22 1B 143 51 29
Octal 273 24 173 0 131 42 33 503 121 51
Binary 10111011 10100 1111011 0 1011001 100010 11011 101000011 1010001 101001

Color Harmonies of #BB147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB147B

Black with #BB147B

Text Example


Text Example

White with #BB147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB147B; }

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

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

background-color css

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

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

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

border-color css

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

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

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