Html Css Color HEX #BB1F6B Medium Violet Red

📋 copy color: '#BB1F6B'

red 187 ◦ green 31 ◦ blue 107

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

Shades of Medium Violet Red #BB1F6B

Tints of Medium Violet Red #BB1F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 57.54%
G = 9.54%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB1F6B (or 0xBB1F6B) is known color: Medium Violet Red. HEX triplet: BB, 1F and 6B. RGB value is (187,31,107). Sum of RGB (Red+Green+Blue) = 187+31+107=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1F6B is #44E094. Grayscale: #565656. Windows color (decimal): -4513941 or 7020475. OLE color: 7020475.

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

Color convert

RGB 187 31 107 -
CMYK 0 0.83 0.43 0.27
HSL 330.77º 0.72% 0.43% -
HSV(B) 330.77º 0.83% 0.73% -
XYZ 23.64 12.61 15.1 -
YUV 86.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 187 31 107 0 0.83 0.43 0.27 330.77 0.72 0.43
Hex BB 1F 6B 0 53 2B 1B 14B 48 2B
Octal 273 37 153 0 123 53 33 513 110 53
Binary 10111011 11111 1101011 0 1010011 101011 11011 101001011 1001000 101011

Color Harmonies of #BB1F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1F6B

Black with #BB1F6B

Text Example


Text Example

White with #BB1F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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