Html Css Color HEX #BB3473 Medium Red Violet

📋 copy color: '#BB3473'

red 187 ◦ green 52 ◦ blue 115

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

Shades of Medium Red Violet #BB3473

Tints of Medium Red Violet #BB3473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.49%

R = 52.82%
G = 14.69%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB3473 (or 0xBB3473) is known color: Medium Red Violet. HEX triplet: BB, 34 and 73. RGB value is (187,52,115). Sum of RGB (Red+Green+Blue) = 187+52+115=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3473 is #44CB8C. Grayscale: #636363. Windows color (decimal): -4508557 or 7550139. OLE color: 7550139.

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

Color convert

RGB 187 52 115 -
CMYK 0 0.72 0.39 0.27
HSL 332º 0.56% 0.47% -
HSV(B) 332º 0.72% 0.73% -
XYZ 24.82 14.26 17.66 -
YUV 99.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 187 52 115 0 0.72 0.39 0.27 332 0.56 0.47
Hex BB 34 73 0 48 27 1B 14C 38 2F
Octal 273 64 163 0 110 47 33 514 70 57
Binary 10111011 110100 1110011 0 1001000 100111 11011 101001100 111000 101111

Color Harmonies of #BB3473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3473

Black with #BB3473

Text Example


Text Example

White with #BB3473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3473; }

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

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

background-color css

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

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

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

border-color css

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

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

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