Html Css Color HEX #BB367D Medium Red Violet

📋 copy color: '#BB367D'

red 187 ◦ green 54 ◦ blue 125

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

Shades of Medium Red Violet #BB367D

Tints of Medium Red Violet #BB367D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 51.09%
G = 14.75%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB367D (or 0xBB367D) is known color: Medium Red Violet. HEX triplet: BB, 36 and 7D. RGB value is (187,54,125). Sum of RGB (Red+Green+Blue) = 187+54+125=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB367D is #44C982. Grayscale: #656565. Windows color (decimal): -4508035 or 8206011. OLE color: 8206011.

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

Color convert

RGB 187 54 125 -
CMYK 0 0.71 0.33 0.27
HSL 327.97º 0.55% 0.47% -
HSV(B) 327.97º 0.71% 0.73% -
XYZ 25.51 14.68 20.89 -
YUV 101.86 141.06 188.73 -
System Red Green Blue C M Y K H S L
Decimal 187 54 125 0 0.71 0.33 0.27 327.97 0.55 0.47
Hex BB 36 7D 0 47 21 1B 148 37 2F
Octal 273 66 175 0 107 41 33 510 67 57
Binary 10111011 110110 1111101 0 1000111 100001 11011 101001000 110111 101111

Color Harmonies of #BB367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB367D

Black with #BB367D

Text Example


Text Example

White with #BB367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB367D; }

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

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

background-color css

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

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

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

border-color css

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

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

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