Html Css Color HEX #BB367F Medium Red Violet

📋 copy color: '#BB367F'

red 187 ◦ green 54 ◦ blue 127

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

Shades of Medium Red Violet #BB367F

Tints of Medium Red Violet #BB367F

RGB

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

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

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

R = 50.82%
G = 14.67%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB367F (or 0xBB367F) is known color: Medium Red Violet. HEX triplet: BB, 36 and 7F. RGB value is (187,54,127). Sum of RGB (Red+Green+Blue) = 187+54+127=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB367F is #44C980. Grayscale: #656565. Windows color (decimal): -4508033 or 8337083. OLE color: 8337083.

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

Color convert

RGB 187 54 127 -
CMYK 0 0.71 0.32 0.27
HSL 327.07º 0.55% 0.47% -
HSV(B) 327.07º 0.71% 0.73% -
XYZ 25.64 14.74 21.57 -
YUV 102.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 187 54 127 0 0.71 0.32 0.27 327.07 0.55 0.47
Hex BB 36 7F 0 47 20 1B 147 37 2F
Octal 273 66 177 0 107 40 33 507 67 57
Binary 10111011 110110 1111111 0 1000111 100000 11011 101000111 110111 101111

Color Harmonies of #BB367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB367F

Black with #BB367F

Text Example


Text Example

White with #BB367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB367F; }

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

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

background-color css

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

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

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

border-color css

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

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

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