Html Css Color HEX #BB358B Medium Red Violet

📋 copy color: '#BB358B'

red 187 ◦ green 53 ◦ blue 139

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

Shades of Medium Red Violet #BB358B

Tints of Medium Red Violet #BB358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 49.34%
G = 13.98%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB358B (or 0xBB358B) is known color: Medium Red Violet. HEX triplet: BB, 35 and 8B. RGB value is (187,53,139). Sum of RGB (Red+Green+Blue) = 187+53+139=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB358B is #44CA74. Grayscale: #666666. Windows color (decimal): -4508277 or 9123259. OLE color: 9123259.

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

Color convert

RGB 187 53 139 -
CMYK 0 0.72 0.26 0.27
HSL 321.49º 0.56% 0.47% -
HSV(B) 321.49º 0.72% 0.73% -
XYZ 26.43 14.98 25.92 -
YUV 102.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 187 53 139 0 0.72 0.26 0.27 321.49 0.56 0.47
Hex BB 35 8B 0 48 1A 1B 141 38 2F
Octal 273 65 213 0 110 32 33 501 70 57
Binary 10111011 110101 10001011 0 1001000 11010 11011 101000001 111000 101111

Color Harmonies of #BB358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB358B

Black with #BB358B

Text Example


Text Example

White with #BB358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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