Html Css Color HEX #BB3675 Medium Red Violet

📋 copy color: '#BB3675'

red 187 ◦ green 54 ◦ blue 117

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

Shades of Medium Red Violet #BB3675

Tints of Medium Red Violet #BB3675

RGB

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

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

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

R = 52.23%
G = 15.08%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB3675 (or 0xBB3675) is known color: Medium Red Violet. HEX triplet: BB, 36 and 75. RGB value is (187,54,117). Sum of RGB (Red+Green+Blue) = 187+54+117=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3675 is #44C98A. Grayscale: #646464. Windows color (decimal): -4508043 or 7681723. OLE color: 7681723.

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

Color convert

RGB 187 54 117 -
CMYK 0 0.71 0.37 0.27
HSL 331.58º 0.55% 0.47% -
HSV(B) 331.58º 0.71% 0.73% -
XYZ 25.02 14.49 18.31 -
YUV 100.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 187 54 117 0 0.71 0.37 0.27 331.58 0.55 0.47
Hex BB 36 75 0 47 25 1B 14C 37 2F
Octal 273 66 165 0 107 45 33 514 67 57
Binary 10111011 110110 1110101 0 1000111 100101 11011 101001100 110111 101111

Color Harmonies of #BB3675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3675

Black with #BB3675

Text Example


Text Example

White with #BB3675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3675; }

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

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

background-color css

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

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

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

border-color css

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

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

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