Html Css Color HEX #BB2469 Medium Red Violet

📋 copy color: '#BB2469'

red 187 ◦ green 36 ◦ blue 105

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

Shades of Medium Red Violet #BB2469

Tints of Medium Red Violet #BB2469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.98%

 BLUE value IS 105 (41.41% from 255) = 32.01%

R = 57.01%
G = 10.98%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB2469 (or 0xBB2469) is known color: Medium Red Violet. HEX triplet: BB, 24 and 69. RGB value is (187,36,105). Sum of RGB (Red+Green+Blue) = 187+36+105=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2469 is #44DB96. Grayscale: #585858. Windows color (decimal): -4512663 or 6890683. OLE color: 6890683.

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

Color convert

RGB 187 36 105 -
CMYK 0 0.81 0.44 0.27
HSL 332.58º 0.68% 0.44% -
HSV(B) 332.58º 0.81% 0.73% -
XYZ 23.67 12.85 14.6 -
YUV 89.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 187 36 105 0 0.81 0.44 0.27 332.58 0.68 0.44
Hex BB 24 69 0 51 2C 1B 14D 44 2C
Octal 273 44 151 0 121 54 33 515 104 54
Binary 10111011 100100 1101001 0 1010001 101100 11011 101001101 1000100 101100

Color Harmonies of #BB2469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2469

Black with #BB2469

Text Example


Text Example

White with #BB2469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2469; }

 p { color: rgb(187,36,105); }

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

background-color css

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

 a { background-color: rgb(187,36,105); }

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

border-color css

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

 span { border-color: rgb(187,36,105); }

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