Html Css Color HEX #BB3E7E Medium Red Violet

📋 copy color: '#BB3E7E'

red 187 ◦ green 62 ◦ blue 126

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

Shades of Medium Red Violet #BB3E7E

Tints of Medium Red Violet #BB3E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 49.87%
G = 16.53%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB3E7E (or 0xBB3E7E) is known color: Medium Red Violet. HEX triplet: BB, 3E and 7E. RGB value is (187,62,126). Sum of RGB (Red+Green+Blue) = 187+62+126=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E7E is #44C181. Grayscale: #6A6A6A. Windows color (decimal): -4505986 or 8273595. OLE color: 8273595.

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

Color convert

RGB 187 62 126 -
CMYK 0 0.67 0.33 0.27
HSL 329.28º 0.5% 0.49% -
HSV(B) 329.28º 0.67% 0.73% -
XYZ 25.98 15.52 21.36 -
YUV 106.67 138.91 185.3 -
System Red Green Blue C M Y K H S L
Decimal 187 62 126 0 0.67 0.33 0.27 329.28 0.5 0.49
Hex BB 3E 7E 0 43 21 1B 149 32 31
Octal 273 76 176 0 103 41 33 511 62 61
Binary 10111011 111110 1111110 0 1000011 100001 11011 101001001 110010 110001

Color Harmonies of #BB3E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E7E

Black with #BB3E7E

Text Example


Text Example

White with #BB3E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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