Html Css Color HEX #BB246F Medium Red Violet

📋 copy color: '#BB246F'

red 187 ◦ green 36 ◦ blue 111

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

Shades of Medium Red Violet #BB246F

Tints of Medium Red Violet #BB246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 55.99%
G = 10.78%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB246F (or 0xBB246F) is known color: Medium Red Violet. HEX triplet: BB, 24 and 6F. RGB value is (187,36,111). Sum of RGB (Red+Green+Blue) = 187+36+111=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB246F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB246F is #44DB90. Grayscale: #595959. Windows color (decimal): -4512657 or 7283899. OLE color: 7283899.

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

Color convert

RGB 187 36 111 -
CMYK 0 0.81 0.41 0.27
HSL 330.2º 0.68% 0.44% -
HSV(B) 330.2º 0.81% 0.73% -
XYZ 23.99 12.97 16.28 -
YUV 89.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 187 36 111 0 0.81 0.41 0.27 330.2 0.68 0.44
Hex BB 24 6F 0 51 29 1B 14A 44 2C
Octal 273 44 157 0 121 51 33 512 104 54
Binary 10111011 100100 1101111 0 1010001 101001 11011 101001010 1000100 101100

Color Harmonies of #BB246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB246F

Black with #BB246F

Text Example


Text Example

White with #BB246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB246F; }

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

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

background-color css

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

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

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

border-color css

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

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

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