Html Css Color HEX #BB347F Medium Red Violet

📋 copy color: '#BB347F'

red 187 ◦ green 52 ◦ blue 127

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

Shades of Medium Red Violet #BB347F

Tints of Medium Red Violet #BB347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.21%

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

R = 51.09%
G = 14.21%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB347F (or 0xBB347F) is known color: Medium Red Violet. HEX triplet: BB, 34 and 7F. RGB value is (187,52,127). Sum of RGB (Red+Green+Blue) = 187+52+127=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB347F is #44CB80. Grayscale: #646464. Windows color (decimal): -4508545 or 8336571. OLE color: 8336571.

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

Color convert

RGB 187 52 127 -
CMYK 0 0.72 0.32 0.27
HSL 326.67º 0.56% 0.47% -
HSV(B) 326.67º 0.72% 0.73% -
XYZ 25.55 14.55 21.54 -
YUV 100.92 142.73 189.4 -
System Red Green Blue C M Y K H S L
Decimal 187 52 127 0 0.72 0.32 0.27 326.67 0.56 0.47
Hex BB 34 7F 0 48 20 1B 147 38 2F
Octal 273 64 177 0 110 40 33 507 70 57
Binary 10111011 110100 1111111 0 1001000 100000 11011 101000111 111000 101111

Color Harmonies of #BB347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB347F

Black with #BB347F

Text Example


Text Example

White with #BB347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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