Html Css Color HEX #BB3A7B Medium Red Violet

📋 copy color: '#BB3A7B'

red 187 ◦ green 58 ◦ blue 123

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

Shades of Medium Red Violet #BB3A7B

Tints of Medium Red Violet #BB3A7B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.76%

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

R = 50.82%
G = 15.76%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB3A7B (or 0xBB3A7B) is known color: Medium Red Violet. HEX triplet: BB, 3A and 7B. RGB value is (187,58,123). Sum of RGB (Red+Green+Blue) = 187+58+123=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3A7B is #44C584. Grayscale: #676767. Windows color (decimal): -4507013 or 8075963. OLE color: 8075963.

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

Color convert

RGB 187 58 123 -
CMYK 0 0.69 0.34 0.27
HSL 329.77º 0.53% 0.48% -
HSV(B) 329.77º 0.69% 0.73% -
XYZ 25.58 15.02 20.29 -
YUV 103.98 138.74 187.21 -
System Red Green Blue C M Y K H S L
Decimal 187 58 123 0 0.69 0.34 0.27 329.77 0.53 0.48
Hex BB 3A 7B 0 45 22 1B 14A 35 30
Octal 273 72 173 0 105 42 33 512 65 60
Binary 10111011 111010 1111011 0 1000101 100010 11011 101001010 110101 110000

Color Harmonies of #BB3A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A7B

Black with #BB3A7B

Text Example


Text Example

White with #BB3A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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