Html Css Color HEX #BB1F7D Medium Violet Red

📋 copy color: '#BB1F7D'

red 187 ◦ green 31 ◦ blue 125

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

Shades of Medium Violet Red #BB1F7D

Tints of Medium Violet Red #BB1F7D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.04%

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

R = 54.52%
G = 9.04%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB1F7D (or 0xBB1F7D) is known color: Medium Violet Red. HEX triplet: BB, 1F and 7D. RGB value is (187,31,125). Sum of RGB (Red+Green+Blue) = 187+31+125=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1F7D is #44E082. Grayscale: #585858. Windows color (decimal): -4513923 or 8200123. OLE color: 8200123.

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

Color convert

RGB 187 31 125 -
CMYK 0 0.83 0.33 0.27
HSL 323.85º 0.72% 0.43% -
HSV(B) 323.85º 0.83% 0.73% -
XYZ 24.69 13.03 20.62 -
YUV 88.36 148.68 198.36 -
System Red Green Blue C M Y K H S L
Decimal 187 31 125 0 0.83 0.33 0.27 323.85 0.72 0.43
Hex BB 1F 7D 0 53 21 1B 144 48 2B
Octal 273 37 175 0 123 41 33 504 110 53
Binary 10111011 11111 1111101 0 1010011 100001 11011 101000100 1001000 101011

Color Harmonies of #BB1F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1F7D

Black with #BB1F7D

Text Example


Text Example

White with #BB1F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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