Html Css Color HEX #BB367C Medium Red Violet

📋 copy color: '#BB367C'

red 187 ◦ green 54 ◦ blue 124

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

Shades of Medium Red Violet #BB367C

Tints of Medium Red Violet #BB367C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.97%

R = 51.23%
G = 14.79%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB367C (or 0xBB367C) is known color: Medium Red Violet. HEX triplet: BB, 36 and 7C. RGB value is (187,54,124). Sum of RGB (Red+Green+Blue) = 187+54+124=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB367C is #44C983. Grayscale: #656565. Windows color (decimal): -4508036 or 8140475. OLE color: 8140475.

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

Color convert

RGB 187 54 124 -
CMYK 0 0.71 0.34 0.27
HSL 328.42º 0.55% 0.47% -
HSV(B) 328.42º 0.71% 0.73% -
XYZ 25.45 14.66 20.56 -
YUV 101.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 187 54 124 0 0.71 0.34 0.27 328.42 0.55 0.47
Hex BB 36 7C 0 47 22 1B 148 37 2F
Octal 273 66 174 0 107 42 33 510 67 57
Binary 10111011 110110 1111100 0 1000111 100010 11011 101001000 110111 101111

Color Harmonies of #BB367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB367C

Black with #BB367C

Text Example


Text Example

White with #BB367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB367C; }

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

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

background-color css

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

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

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

border-color css

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

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

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