Html Css Color HEX #BB2B9F Medium Red Violet

📋 copy color: '#BB2B9F'

red 187 ◦ green 43 ◦ blue 159

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

Shades of Medium Red Violet #BB2B9F

Tints of Medium Red Violet #BB2B9F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.05%

 BLUE value IS 159 (62.5% from 255) = 40.87%

R = 48.07%
G = 11.05%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB2B9F (or 0xBB2B9F) is known color: Medium Red Violet. HEX triplet: BB, 2B and 9F. RGB value is (187,43,159). Sum of RGB (Red+Green+Blue) = 187+43+159=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2B9F is #44D460. Grayscale: #626262. Windows color (decimal): -4510817 or 10431419. OLE color: 10431419.

HSL color Cylindrical-coordinate representation of color #BB2B9F: hue angle of 311.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB2B9F is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 43 159 -
CMYK 0 0.77 0.15 0.27
HSL 311.67º 0.63% 0.45% -
HSV(B) 311.67º 0.77% 0.73% -
XYZ 27.62 14.8 34.2 -
YUV 99.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 187 43 159 0 0.77 0.15 0.27 311.67 0.63 0.45
Hex BB 2B 9F 0 4D F 1B 138 3F 2D
Octal 273 53 237 0 115 17 33 470 77 55
Binary 10111011 101011 10011111 0 1001101 1111 11011 100111000 111111 101101

Color Harmonies of #BB2B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2B9F

Black with #BB2B9F

Text Example


Text Example

White with #BB2B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2B9F; }

 p { color: rgb(187,43,159); }

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

background-color css

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

 a { background-color: rgb(187,43,159); }

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

border-color css

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

 span { border-color: rgb(187,43,159); }

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