Html Css Color HEX #BB228F Medium Violet Red

📋 copy color: '#BB228F'

red 187 ◦ green 34 ◦ blue 143

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

Shades of Medium Violet Red #BB228F

Tints of Medium Violet Red #BB228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.29%

R = 51.37%
G = 9.34%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB228F (or 0xBB228F) is known color: Medium Violet Red. HEX triplet: BB, 22 and 8F. RGB value is (187,34,143). Sum of RGB (Red+Green+Blue) = 187+34+143=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB228F is #44DD70. Grayscale: #5B5B5B. Windows color (decimal): -4513137 or 9380539. OLE color: 9380539.

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

Color convert

RGB 187 34 143 -
CMYK 0 0.82 0.24 0.27
HSL 317.25º 0.69% 0.43% -
HSV(B) 317.25º 0.82% 0.73% -
XYZ 26.02 13.69 27.26 -
YUV 92.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 187 34 143 0 0.82 0.24 0.27 317.25 0.69 0.43
Hex BB 22 8F 0 52 18 1B 13D 45 2B
Octal 273 42 217 0 122 30 33 475 105 53
Binary 10111011 100010 10001111 0 1010010 11000 11011 100111101 1000101 101011

Color Harmonies of #BB228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB228F

Black with #BB228F

Text Example


Text Example

White with #BB228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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