Html Css Color HEX #BB3C8F Medium Red Violet

📋 copy color: '#BB3C8F'

red 187 ◦ green 60 ◦ blue 143

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

Shades of Medium Red Violet #BB3C8F

Tints of Medium Red Violet #BB3C8F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.38%

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 47.95%
G = 15.38%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB3C8F (or 0xBB3C8F) is known color: Medium Red Violet. HEX triplet: BB, 3C and 8F. RGB value is (187,60,143). Sum of RGB (Red+Green+Blue) = 187+60+143=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3C8F is #44C370. Grayscale: #6B6B6B. Windows color (decimal): -4506481 or 9387195. OLE color: 9387195.

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

Color convert

RGB 187 60 143 -
CMYK 0 0.68 0.24 0.27
HSL 320.79º 0.51% 0.48% -
HSV(B) 320.79º 0.68% 0.73% -
XYZ 27.07 15.78 27.61 -
YUV 107.44 148.08 184.75 -
System Red Green Blue C M Y K H S L
Decimal 187 60 143 0 0.68 0.24 0.27 320.79 0.51 0.48
Hex BB 3C 8F 0 44 18 1B 141 33 30
Octal 273 74 217 0 104 30 33 501 63 60
Binary 10111011 111100 10001111 0 1000100 11000 11011 101000001 110011 110000

Color Harmonies of #BB3C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3C8F

Black with #BB3C8F

Text Example


Text Example

White with #BB3C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3C8F; }

 p { color: rgb(187,60,143); }

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

background-color css

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

 a { background-color: rgb(187,60,143); }

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

border-color css

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

 span { border-color: rgb(187,60,143); }

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