Html Css Color HEX #BB357F Medium Red Violet

📋 copy color: '#BB357F'

red 187 ◦ green 53 ◦ blue 127

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

Shades of Medium Red Violet #BB357F

Tints of Medium Red Violet #BB357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.44%

 BLUE value IS 127 (50% from 255) = 34.6%

R = 50.95%
G = 14.44%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB357F (or 0xBB357F) is known color: Medium Red Violet. HEX triplet: BB, 35 and 7F. RGB value is (187,53,127). Sum of RGB (Red+Green+Blue) = 187+53+127=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB357F is #44CA80. Grayscale: #656565. Windows color (decimal): -4508289 or 8336827. OLE color: 8336827.

HSL color Cylindrical-coordinate representation of color #BB357F: hue angle of 326.87º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB357F is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 53 127 -
CMYK 0 0.72 0.32 0.27
HSL 326.87º 0.56% 0.47% -
HSV(B) 326.87º 0.72% 0.73% -
XYZ 25.6 14.64 21.56 -
YUV 101.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 187 53 127 0 0.72 0.32 0.27 326.87 0.56 0.47
Hex BB 35 7F 0 48 20 1B 147 38 2F
Octal 273 65 177 0 110 40 33 507 70 57
Binary 10111011 110101 1111111 0 1001000 100000 11011 101000111 111000 101111

Color Harmonies of #BB357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB357F

Black with #BB357F

Text Example


Text Example

White with #BB357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB357F; }

 p { color: rgb(187,53,127); }

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

background-color css

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

 a { background-color: rgb(187,53,127); }

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

border-color css

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

 span { border-color: rgb(187,53,127); }

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