Html Css Color HEX #BB219C Medium Violet Red

📋 copy color: '#BB219C'

red 187 ◦ green 33 ◦ blue 156

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

Shades of Medium Violet Red #BB219C

Tints of Medium Violet Red #BB219C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.49%

R = 49.73%
G = 8.78%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB219C (or 0xBB219C) is known color: Medium Violet Red. HEX triplet: BB, 21 and 9C. RGB value is (187,33,156). Sum of RGB (Red+Green+Blue) = 187+33+156=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB219C is #44DE63. Grayscale: #5C5C5C. Windows color (decimal): -4513380 or 10232251. OLE color: 10232251.

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

Color convert

RGB 187 33 156 -
CMYK 0 0.82 0.17 0.27
HSL 312.08º 0.7% 0.43% -
HSV(B) 312.08º 0.82% 0.73% -
XYZ 27.04 14.05 32.74 -
YUV 93.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 187 33 156 0 0.82 0.17 0.27 312.08 0.7 0.43
Hex BB 21 9C 0 52 11 1B 138 46 2B
Octal 273 41 234 0 122 21 33 470 106 53
Binary 10111011 100001 10011100 0 1010010 10001 11011 100111000 1000110 101011

Color Harmonies of #BB219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB219C

Black with #BB219C

Text Example


Text Example

White with #BB219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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