Html Css Color HEX #BB229F Medium Violet Red

📋 copy color: '#BB229F'

red 187 ◦ green 34 ◦ blue 159

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

Shades of Medium Violet Red #BB229F

Tints of Medium Violet Red #BB229F

RGB

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

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

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

R = 49.21%
G = 8.95%
B = 41.84%

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

#BB229F (or 0xBB229F) is known color: Medium Violet Red. HEX triplet: BB, 22 and 9F. RGB value is (187,34,159). Sum of RGB (Red+Green+Blue) = 187+34+159=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB229F is #44DD60. Grayscale: #5D5D5D. Windows color (decimal): -4513121 or 10429115. OLE color: 10429115.

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

Color convert

RGB 187 34 159 -
CMYK 0 0.82 0.15 0.27
HSL 310.98º 0.69% 0.43% -
HSV(B) 310.98º 0.82% 0.73% -
XYZ 27.32 14.21 34.1 -
YUV 94 164.69 194.34 -
System Red Green Blue C M Y K H S L
Decimal 187 34 159 0 0.82 0.15 0.27 310.98 0.69 0.43
Hex BB 22 9F 0 52 F 1B 137 45 2B
Octal 273 42 237 0 122 17 33 467 105 53
Binary 10111011 100010 10011111 0 1010010 1111 11011 100110111 1000101 101011

Color Harmonies of #BB229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB229F

Black with #BB229F

Text Example


Text Example

White with #BB229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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