Html Css Color HEX #BB3E7B Medium Red Violet

📋 copy color: '#BB3E7B'

red 187 ◦ green 62 ◦ blue 123

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

Shades of Medium Red Violet #BB3E7B

Tints of Medium Red Violet #BB3E7B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.67%

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

R = 50.27%
G = 16.67%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB3E7B (or 0xBB3E7B) is known color: Medium Red Violet. HEX triplet: BB, 3E and 7B. RGB value is (187,62,123). Sum of RGB (Red+Green+Blue) = 187+62+123=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E7B is #44C184. Grayscale: #6A6A6A. Windows color (decimal): -4505989 or 8076987. OLE color: 8076987.

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

Color convert

RGB 187 62 123 -
CMYK 0 0.67 0.34 0.27
HSL 330.72º 0.5% 0.49% -
HSV(B) 330.72º 0.67% 0.73% -
XYZ 25.79 15.44 20.36 -
YUV 106.33 137.41 185.54 -
System Red Green Blue C M Y K H S L
Decimal 187 62 123 0 0.67 0.34 0.27 330.72 0.5 0.49
Hex BB 3E 7B 0 43 22 1B 14B 32 31
Octal 273 76 173 0 103 42 33 513 62 61
Binary 10111011 111110 1111011 0 1000011 100010 11011 101001011 110010 110001

Color Harmonies of #BB3E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E7B

Black with #BB3E7B

Text Example


Text Example

White with #BB3E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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