Html Css Color HEX #BB317D Medium Red Violet

📋 copy color: '#BB317D'

red 187 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #BB317D

Tints of Medium Red Violet #BB317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.57%

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 51.8%
G = 13.57%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB317D (or 0xBB317D) is known color: Medium Red Violet. HEX triplet: BB, 31 and 7D. RGB value is (187,49,125). Sum of RGB (Red+Green+Blue) = 187+49+125=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB317D is #44CE82. Grayscale: #626262. Windows color (decimal): -4509315 or 8204731. OLE color: 8204731.

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

Color convert

RGB 187 49 125 -
CMYK 0 0.74 0.33 0.27
HSL 326.96º 0.58% 0.46% -
HSV(B) 326.96º 0.74% 0.73% -
XYZ 25.29 14.24 20.82 -
YUV 98.93 142.72 190.82 -
System Red Green Blue C M Y K H S L
Decimal 187 49 125 0 0.74 0.33 0.27 326.96 0.58 0.46
Hex BB 31 7D 0 4A 21 1B 147 3A 2E
Octal 273 61 175 0 112 41 33 507 72 56
Binary 10111011 110001 1111101 0 1001010 100001 11011 101000111 111010 101110

Color Harmonies of #BB317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB317D

Black with #BB317D

Text Example


Text Example

White with #BB317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB317D; }

 p { color: rgb(187,49,125); }

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

background-color css

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

 a { background-color: rgb(187,49,125); }

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

border-color css

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

 span { border-color: rgb(187,49,125); }

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