Html Css Color HEX #BB037F Medium Violet Red

📋 copy color: '#BB037F'

red 187 ◦ green 3 ◦ blue 127

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

Shades of Medium Violet Red #BB037F

Tints of Medium Violet Red #BB037F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 127 (50% from 255) = 40.06%

R = 58.99%
G = 0.95%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB037F (or 0xBB037F) is known color: Medium Violet Red. HEX triplet: BB, 03 and 7F. RGB value is (187,3,127). Sum of RGB (Red+Green+Blue) = 187+3+127=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB037F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB037F is #44FC80. Grayscale: #474747. Windows color (decimal): -4521089 or 8324027. OLE color: 8324027.

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

Color convert

RGB 187 3 127 -
CMYK 0 0.98 0.32 0.27
HSL 319.57º 0.97% 0.37% -
HSV(B) 319.57º 0.98% 0.73% -
XYZ 24.36 12.16 21.14 -
YUV 72.15 158.96 209.92 -
System Red Green Blue C M Y K H S L
Decimal 187 3 127 0 0.98 0.32 0.27 319.57 0.97 0.37
Hex BB 3 7F 0 62 20 1B 140 61 25
Octal 273 3 177 0 142 40 33 500 141 45
Binary 10111011 11 1111111 0 1100010 100000 11011 101000000 1100001 100101

Color Harmonies of #BB037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB037F

Black with #BB037F

Text Example


Text Example

White with #BB037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB037F; }

 p { color: rgb(187,3,127); }

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

background-color css

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

 a { background-color: rgb(187,3,127); }

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

border-color css

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

 span { border-color: rgb(187,3,127); }

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