Html Css Color HEX #BB3E7C Medium Red Violet

📋 copy color: '#BB3E7C'

red 187 ◦ green 62 ◦ blue 124

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

Shades of Medium Red Violet #BB3E7C

Tints of Medium Red Violet #BB3E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 50.13%
G = 16.62%
B = 33.24%

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

#BB3E7C (or 0xBB3E7C) is known color: Medium Red Violet. HEX triplet: BB, 3E and 7C. RGB value is (187,62,124). Sum of RGB (Red+Green+Blue) = 187+62+124=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E7C is #44C183. Grayscale: #6A6A6A. Windows color (decimal): -4505988 or 8142523. OLE color: 8142523.

HSL color Cylindrical-coordinate representation of color #BB3E7C: hue angle of 330.24º 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 #BB3E7C is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 62 124 -
CMYK 0 0.67 0.34 0.27
HSL 330.24º 0.5% 0.49% -
HSV(B) 330.24º 0.67% 0.73% -
XYZ 25.85 15.47 20.69 -
YUV 106.44 137.91 185.46 -
System Red Green Blue C M Y K H S L
Decimal 187 62 124 0 0.67 0.34 0.27 330.24 0.5 0.49
Hex BB 3E 7C 0 43 22 1B 14A 32 31
Octal 273 76 174 0 103 42 33 512 62 61
Binary 10111011 111110 1111100 0 1000011 100010 11011 101001010 110010 110001

Color Harmonies of #BB3E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E7C

Black with #BB3E7C

Text Example


Text Example

White with #BB3E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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