Html Css Color HEX #BB229C Medium Violet Red

📋 copy color: '#BB229C'

red 187 ◦ green 34 ◦ blue 156

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

Shades of Medium Violet Red #BB229C

Tints of Medium Violet Red #BB229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.02%

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

R = 49.6%
G = 9.02%
B = 41.38%

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

#BB229C (or 0xBB229C) is known color: Medium Violet Red. HEX triplet: BB, 22 and 9C. RGB value is (187,34,156). Sum of RGB (Red+Green+Blue) = 187+34+156=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB229C is #44DD63. Grayscale: #5D5D5D. Windows color (decimal): -4513124 or 10232507. OLE color: 10232507.

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

Color convert

RGB 187 34 156 -
CMYK 0 0.82 0.17 0.27
HSL 312.16º 0.69% 0.43% -
HSV(B) 312.16º 0.82% 0.73% -
XYZ 27.07 14.11 32.75 -
YUV 93.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 187 34 156 0 0.82 0.17 0.27 312.16 0.69 0.43
Hex BB 22 9C 0 52 11 1B 138 45 2B
Octal 273 42 234 0 122 21 33 470 105 53
Binary 10111011 100010 10011100 0 1010010 10001 11011 100111000 1000101 101011

Color Harmonies of #BB229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB229C

Black with #BB229C

Text Example


Text Example

White with #BB229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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