Html Css Color HEX #BB228B Medium Violet Red

📋 copy color: '#BB228B'

red 187 ◦ green 34 ◦ blue 139

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

Shades of Medium Violet Red #BB228B

Tints of Medium Violet Red #BB228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.61%

R = 51.94%
G = 9.44%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB228B (or 0xBB228B) is known color: Medium Violet Red. HEX triplet: BB, 22 and 8B. RGB value is (187,34,139). Sum of RGB (Red+Green+Blue) = 187+34+139=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB228B is #44DD74. Grayscale: #5B5B5B. Windows color (decimal): -4513141 or 9118395. OLE color: 9118395.

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

Color convert

RGB 187 34 139 -
CMYK 0 0.82 0.26 0.27
HSL 318.82º 0.69% 0.43% -
HSV(B) 318.82º 0.82% 0.73% -
XYZ 25.73 13.57 25.69 -
YUV 91.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 187 34 139 0 0.82 0.26 0.27 318.82 0.69 0.43
Hex BB 22 8B 0 52 1A 1B 13F 45 2B
Octal 273 42 213 0 122 32 33 477 105 53
Binary 10111011 100010 10001011 0 1010010 11010 11011 100111111 1000101 101011

Color Harmonies of #BB228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB228B

Black with #BB228B

Text Example


Text Example

White with #BB228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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