Html Css Color HEX #BB219F Medium Violet Red

📋 copy color: '#BB219F'

red 187 ◦ green 33 ◦ blue 159

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

Shades of Medium Violet Red #BB219F

Tints of Medium Violet Red #BB219F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.71%

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

R = 49.34%
G = 8.71%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB219F (or 0xBB219F) is known color: Medium Violet Red. HEX triplet: BB, 21 and 9F. RGB value is (187,33,159). Sum of RGB (Red+Green+Blue) = 187+33+159=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB219F is #44DE60. Grayscale: #5D5D5D. Windows color (decimal): -4513377 or 10428859. OLE color: 10428859.

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

Color convert

RGB 187 33 159 -
CMYK 0 0.82 0.15 0.27
HSL 310.91º 0.7% 0.43% -
HSV(B) 310.91º 0.82% 0.73% -
XYZ 27.3 14.16 34.09 -
YUV 93.41 165.02 194.75 -
System Red Green Blue C M Y K H S L
Decimal 187 33 159 0 0.82 0.15 0.27 310.91 0.7 0.43
Hex BB 21 9F 0 52 F 1B 137 46 2B
Octal 273 41 237 0 122 17 33 467 106 53
Binary 10111011 100001 10011111 0 1010010 1111 11011 100110111 1000110 101011

Color Harmonies of #BB219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB219F

Black with #BB219F

Text Example


Text Example

White with #BB219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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