Html Css Color HEX #BB228D Medium Violet Red

📋 copy color: '#BB228D'

red 187 ◦ green 34 ◦ blue 141

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

Shades of Medium Violet Red #BB228D

Tints of Medium Violet Red #BB228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 51.66%
G = 9.39%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB228D (or 0xBB228D) is known color: Medium Violet Red. HEX triplet: BB, 22 and 8D. RGB value is (187,34,141). Sum of RGB (Red+Green+Blue) = 187+34+141=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB228D is #44DD72. Grayscale: #5B5B5B. Windows color (decimal): -4513139 or 9249467. OLE color: 9249467.

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

Color convert

RGB 187 34 141 -
CMYK 0 0.82 0.25 0.27
HSL 318.04º 0.69% 0.43% -
HSV(B) 318.04º 0.82% 0.73% -
XYZ 25.87 13.63 26.47 -
YUV 91.95 155.69 195.8 -
System Red Green Blue C M Y K H S L
Decimal 187 34 141 0 0.82 0.25 0.27 318.04 0.69 0.43
Hex BB 22 8D 0 52 19 1B 13E 45 2B
Octal 273 42 215 0 122 31 33 476 105 53
Binary 10111011 100010 10001101 0 1010010 11001 11011 100111110 1000101 101011

Color Harmonies of #BB228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB228D

Black with #BB228D

Text Example


Text Example

White with #BB228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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