Html Css Color HEX #BB2F9D Medium Red Violet

📋 copy color: '#BB2F9D'

red 187 ◦ green 47 ◦ blue 157

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

Shades of Medium Red Violet #BB2F9D

Tints of Medium Red Violet #BB2F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.15%

R = 47.83%
G = 12.02%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB2F9D (or 0xBB2F9D) is known color: Medium Red Violet. HEX triplet: BB, 2F and 9D. RGB value is (187,47,157). Sum of RGB (Red+Green+Blue) = 187+47+157=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2F9D is #44D062. Grayscale: #656565. Windows color (decimal): -4509795 or 10301371. OLE color: 10301371.

HSL color Cylindrical-coordinate representation of color #BB2F9D: hue angle of 312.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 #BB2F9D is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 47 157 -
CMYK 0 0.75 0.16 0.27
HSL 312.86º 0.6% 0.46% -
HSV(B) 312.86º 0.75% 0.73% -
XYZ 27.6 15.03 33.35 -
YUV 101.4 159.38 189.06 -
System Red Green Blue C M Y K H S L
Decimal 187 47 157 0 0.75 0.16 0.27 312.86 0.6 0.46
Hex BB 2F 9D 0 4B 10 1B 139 3C 2E
Octal 273 57 235 0 113 20 33 471 74 56
Binary 10111011 101111 10011101 0 1001011 10000 11011 100111001 111100 101110

Color Harmonies of #BB2F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2F9D

Black with #BB2F9D

Text Example


Text Example

White with #BB2F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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