Html Css Color HEX #BB368B Medium Red Violet

📋 copy color: '#BB368B'

red 187 ◦ green 54 ◦ blue 139

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

Shades of Medium Red Violet #BB368B

Tints of Medium Red Violet #BB368B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.21%

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

R = 49.21%
G = 14.21%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB368B (or 0xBB368B) is known color: Medium Red Violet. HEX triplet: BB, 36 and 8B. RGB value is (187,54,139). Sum of RGB (Red+Green+Blue) = 187+54+139=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB368B is #44C974. Grayscale: #676767. Windows color (decimal): -4508021 or 9123515. OLE color: 9123515.

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

Color convert

RGB 187 54 139 -
CMYK 0 0.71 0.26 0.27
HSL 321.65º 0.55% 0.47% -
HSV(B) 321.65º 0.71% 0.73% -
XYZ 26.47 15.07 25.94 -
YUV 103.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 187 54 139 0 0.71 0.26 0.27 321.65 0.55 0.47
Hex BB 36 8B 0 47 1A 1B 142 37 2F
Octal 273 66 213 0 107 32 33 502 67 57
Binary 10111011 110110 10001011 0 1000111 11010 11011 101000010 110111 101111

Color Harmonies of #BB368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB368B

Black with #BB368B

Text Example


Text Example

White with #BB368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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