Html Css Color HEX #BB047B Medium Violet Red

📋 copy color: '#BB047B'

red 187 ◦ green 4 ◦ blue 123

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

Shades of Medium Violet Red #BB047B

Tints of Medium Violet Red #BB047B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

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

R = 59.55%
G = 1.27%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB047B (or 0xBB047B) is known color: Medium Violet Red. HEX triplet: BB, 04 and 7B. RGB value is (187,4,123). Sum of RGB (Red+Green+Blue) = 187+4+123=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB047B is #44FB84. Grayscale: #474747. Windows color (decimal): -4520837 or 8062139. OLE color: 8062139.

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

Color convert

RGB 187 4 123 -
CMYK 0 0.98 0.34 0.27
HSL 320.98º 0.96% 0.37% -
HSV(B) 320.98º 0.98% 0.73% -
XYZ 24.11 12.08 19.8 -
YUV 72.28 156.63 209.82 -
System Red Green Blue C M Y K H S L
Decimal 187 4 123 0 0.98 0.34 0.27 320.98 0.96 0.37
Hex BB 4 7B 0 62 22 1B 141 60 25
Octal 273 4 173 0 142 42 33 501 140 45
Binary 10111011 100 1111011 0 1100010 100010 11011 101000001 1100000 100101

Color Harmonies of #BB047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB047B

Black with #BB047B

Text Example


Text Example

White with #BB047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB047B; }

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

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

background-color css

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

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

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

border-color css

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

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

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