Html Css Color HEX #BB388F Medium Red Violet

📋 copy color: '#BB388F'

red 187 ◦ green 56 ◦ blue 143

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

Shades of Medium Red Violet #BB388F

Tints of Medium Red Violet #BB388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.51%

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

R = 48.45%
G = 14.51%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB388F (or 0xBB388F) is known color: Medium Red Violet. HEX triplet: BB, 38 and 8F. RGB value is (187,56,143). Sum of RGB (Red+Green+Blue) = 187+56+143=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB388F is #44C770. Grayscale: #686868. Windows color (decimal): -4507505 or 9386171. OLE color: 9386171.

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

Color convert

RGB 187 56 143 -
CMYK 0 0.70 0.24 0.27
HSL 320.15º 0.54% 0.48% -
HSV(B) 320.15º 0.7% 0.73% -
XYZ 26.87 15.38 27.54 -
YUV 105.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 187 56 143 0 0.70 0.24 0.27 320.15 0.54 0.48
Hex BB 38 8F 0 46 18 1B 140 36 30
Octal 273 70 217 0 106 30 33 500 66 60
Binary 10111011 111000 10001111 0 1000110 11000 11011 101000000 110110 110000

Color Harmonies of #BB388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB388F

Black with #BB388F

Text Example


Text Example

White with #BB388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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