Html Css Color HEX #BB037E Medium Violet Red

📋 copy color: '#BB037E'

red 187 ◦ green 3 ◦ blue 126

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

Shades of Medium Violet Red #BB037E

Tints of Medium Violet Red #BB037E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.87%

R = 59.18%
G = 0.95%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB037E (or 0xBB037E) is known color: Medium Violet Red. HEX triplet: BB, 03 and 7E. RGB value is (187,3,126). Sum of RGB (Red+Green+Blue) = 187+3+126=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB037E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB037E is #44FC81. Grayscale: #474747. Windows color (decimal): -4521090 or 8258491. OLE color: 8258491.

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

Color convert

RGB 187 3 126 -
CMYK 0 0.98 0.33 0.27
HSL 319.89º 0.97% 0.37% -
HSV(B) 319.89º 0.98% 0.73% -
XYZ 24.29 12.14 20.8 -
YUV 72.04 158.46 210 -
System Red Green Blue C M Y K H S L
Decimal 187 3 126 0 0.98 0.33 0.27 319.89 0.97 0.37
Hex BB 3 7E 0 62 21 1B 140 61 25
Octal 273 3 176 0 142 41 33 500 141 45
Binary 10111011 11 1111110 0 1100010 100001 11011 101000000 1100001 100101

Color Harmonies of #BB037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB037E

Black with #BB037E

Text Example


Text Example

White with #BB037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB037E; }

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

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

background-color css

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

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

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

border-color css

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

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

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