Html Css Color HEX #BB266C Medium Red Violet

📋 copy color: '#BB266C'

red 187 ◦ green 38 ◦ blue 108

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

Shades of Medium Red Violet #BB266C

Tints of Medium Red Violet #BB266C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.41%

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

R = 56.16%
G = 11.41%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB266C (or 0xBB266C) is known color: Medium Red Violet. HEX triplet: BB, 26 and 6C. RGB value is (187,38,108). Sum of RGB (Red+Green+Blue) = 187+38+108=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB266C is #44D993. Grayscale: #5A5A5A. Windows color (decimal): -4512148 or 7087803. OLE color: 7087803.

HSL color Cylindrical-coordinate representation of color #BB266C: hue angle of 331.81º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB266C is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 108 -
CMYK 0 0.80 0.42 0.27
HSL 331.81º 0.66% 0.44% -
HSV(B) 331.81º 0.8% 0.73% -
XYZ 23.89 13.03 15.44 -
YUV 90.53 137.86 196.81 -
System Red Green Blue C M Y K H S L
Decimal 187 38 108 0 0.80 0.42 0.27 331.81 0.66 0.44
Hex BB 26 6C 0 50 2A 1B 14C 42 2C
Octal 273 46 154 0 120 52 33 514 102 54
Binary 10111011 100110 1101100 0 1010000 101010 11011 101001100 1000010 101100

Color Harmonies of #BB266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB266C

Black with #BB266C

Text Example


Text Example

White with #BB266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB266C; }

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

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

background-color css

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

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

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

border-color css

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

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

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