Html Css Color HEX #BB2F73 Medium Red Violet

📋 copy color: '#BB2F73'

red 187 ◦ green 47 ◦ blue 115

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

Shades of Medium Red Violet #BB2F73

Tints of Medium Red Violet #BB2F73

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.47%

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 53.58%
G = 13.47%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB2F73 (or 0xBB2F73) is known color: Medium Red Violet. HEX triplet: BB, 2F and 73. RGB value is (187,47,115). Sum of RGB (Red+Green+Blue) = 187+47+115=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2F73 is #44D08C. Grayscale: #606060. Windows color (decimal): -4509837 or 7548859. OLE color: 7548859.

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

Color convert

RGB 187 47 115 -
CMYK 0 0.75 0.39 0.27
HSL 330.86º 0.6% 0.46% -
HSV(B) 330.86º 0.75% 0.73% -
XYZ 24.6 13.84 17.59 -
YUV 96.61 138.38 192.47 -
System Red Green Blue C M Y K H S L
Decimal 187 47 115 0 0.75 0.39 0.27 330.86 0.6 0.46
Hex BB 2F 73 0 4B 27 1B 14B 3C 2E
Octal 273 57 163 0 113 47 33 513 74 56
Binary 10111011 101111 1110011 0 1001011 100111 11011 101001011 111100 101110

Color Harmonies of #BB2F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2F73

Black with #BB2F73

Text Example


Text Example

White with #BB2F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2F73; }

 p { color: rgb(187,47,115); }

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

background-color css

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

 a { background-color: rgb(187,47,115); }

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

border-color css

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

 span { border-color: rgb(187,47,115); }

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