Html Css Color HEX #BB226C Medium Red Violet

📋 copy color: '#BB226C'

red 187 ◦ green 34 ◦ blue 108

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

Shades of Medium Red Violet #BB226C

Tints of Medium Red Violet #BB226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 56.84%
G = 10.33%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB226C (or 0xBB226C) is known color: Medium Red Violet. HEX triplet: BB, 22 and 6C. RGB value is (187,34,108). Sum of RGB (Red+Green+Blue) = 187+34+108=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB226C is #44DD93. Grayscale: #585858. Windows color (decimal): -4513172 or 7086779. OLE color: 7086779.

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

Color convert

RGB 187 34 108 -
CMYK 0 0.82 0.42 0.27
HSL 330.98º 0.69% 0.43% -
HSV(B) 330.98º 0.82% 0.73% -
XYZ 23.77 12.79 15.4 -
YUV 88.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 187 34 108 0 0.82 0.42 0.27 330.98 0.69 0.43
Hex BB 22 6C 0 52 2A 1B 14B 45 2B
Octal 273 42 154 0 122 52 33 513 105 53
Binary 10111011 100010 1101100 0 1010010 101010 11011 101001011 1000101 101011

Color Harmonies of #BB226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB226C

Black with #BB226C

Text Example


Text Example

White with #BB226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB226C; }

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

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

background-color css

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

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

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

border-color css

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

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

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