Html Css Color HEX #BB266D Medium Red Violet

📋 copy color: '#BB266D'

red 187 ◦ green 38 ◦ blue 109

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

Shades of Medium Red Violet #BB266D

Tints of Medium Red Violet #BB266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 55.99%
G = 11.38%
B = 32.63%

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

#BB266D (or 0xBB266D) is known color: Medium Red Violet. HEX triplet: BB, 26 and 6D. RGB value is (187,38,109). Sum of RGB (Red+Green+Blue) = 187+38+109=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB266D is #44D992. Grayscale: #5A5A5A. Windows color (decimal): -4512147 or 7153339. OLE color: 7153339.

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

Color convert

RGB 187 38 109 -
CMYK 0 0.80 0.42 0.27
HSL 331.41º 0.66% 0.44% -
HSV(B) 331.41º 0.8% 0.73% -
XYZ 23.95 13.06 15.73 -
YUV 90.65 138.36 196.73 -
System Red Green Blue C M Y K H S L
Decimal 187 38 109 0 0.80 0.42 0.27 331.41 0.66 0.44
Hex BB 26 6D 0 50 2A 1B 14B 42 2C
Octal 273 46 155 0 120 52 33 513 102 54
Binary 10111011 100110 1101101 0 1010000 101010 11011 101001011 1000010 101100

Color Harmonies of #BB266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB266D

Black with #BB266D

Text Example


Text Example

White with #BB266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB266D; }

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

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

background-color css

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

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

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

border-color css

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

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

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