Html Css Color HEX #BB347B Medium Red Violet

📋 copy color: '#BB347B'

red 187 ◦ green 52 ◦ blue 123

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

Shades of Medium Red Violet #BB347B

Tints of Medium Red Violet #BB347B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 51.66%
G = 14.36%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB347B (or 0xBB347B) is known color: Medium Red Violet. HEX triplet: BB, 34 and 7B. RGB value is (187,52,123). Sum of RGB (Red+Green+Blue) = 187+52+123=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB347B is #44CB84. Grayscale: #646464. Windows color (decimal): -4508549 or 8074427. OLE color: 8074427.

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

Color convert

RGB 187 52 123 -
CMYK 0 0.72 0.34 0.27
HSL 328.44º 0.56% 0.47% -
HSV(B) 328.44º 0.72% 0.73% -
XYZ 25.3 14.45 20.19 -
YUV 100.46 140.73 189.73 -
System Red Green Blue C M Y K H S L
Decimal 187 52 123 0 0.72 0.34 0.27 328.44 0.56 0.47
Hex BB 34 7B 0 48 22 1B 148 38 2F
Octal 273 64 173 0 110 42 33 510 70 57
Binary 10111011 110100 1111011 0 1001000 100010 11011 101001000 111000 101111

Color Harmonies of #BB347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB347B

Black with #BB347B

Text Example


Text Example

White with #BB347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB347B; }

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

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

background-color css

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

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

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

border-color css

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

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

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