Html Css Color HEX #BB3275 Medium Red Violet

📋 copy color: '#BB3275'

red 187 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #BB3275

Tints of Medium Red Violet #BB3275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

 BLUE value IS 117 (46.09% from 255) = 33.05%

R = 52.82%
G = 14.12%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB3275 (or 0xBB3275) is known color: Medium Red Violet. HEX triplet: BB, 32 and 75. RGB value is (187,50,117). Sum of RGB (Red+Green+Blue) = 187+50+117=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3275 is #44CD8A. Grayscale: #626262. Windows color (decimal): -4509067 or 7680699. OLE color: 7680699.

HSL color Cylindrical-coordinate representation of color #BB3275: hue angle of 330.66º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3275 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 50 117 -
CMYK 0 0.73 0.37 0.27
HSL 330.66º 0.58% 0.46% -
HSV(B) 330.66º 0.73% 0.73% -
XYZ 24.85 14.13 18.25 -
YUV 98.6 138.39 191.05 -
System Red Green Blue C M Y K H S L
Decimal 187 50 117 0 0.73 0.37 0.27 330.66 0.58 0.46
Hex BB 32 75 0 49 25 1B 14B 3A 2E
Octal 273 62 165 0 111 45 33 513 72 56
Binary 10111011 110010 1110101 0 1001001 100101 11011 101001011 111010 101110

Color Harmonies of #BB3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3275

Black with #BB3275

Text Example


Text Example

White with #BB3275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3275; }

 p { color: rgb(187,50,117); }

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

background-color css

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

 a { background-color: rgb(187,50,117); }

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

border-color css

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

 span { border-color: rgb(187,50,117); }

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