Html Css Color HEX #BB246D Medium Red Violet

📋 copy color: '#BB246D'

red 187 ◦ green 36 ◦ blue 109

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

Shades of Medium Red Violet #BB246D

Tints of Medium Red Violet #BB246D

RGB

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

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

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

R = 56.33%
G = 10.84%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB246D (or 0xBB246D) is known color: Medium Red Violet. HEX triplet: BB, 24 and 6D. RGB value is (187,36,109). Sum of RGB (Red+Green+Blue) = 187+36+109=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB246D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB246D is #44DB92. Grayscale: #595959. Windows color (decimal): -4512659 or 7152827. OLE color: 7152827.

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

Color convert

RGB 187 36 109 -
CMYK 0 0.81 0.42 0.27
HSL 330.99º 0.68% 0.44% -
HSV(B) 330.99º 0.81% 0.73% -
XYZ 23.88 12.93 15.71 -
YUV 89.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 187 36 109 0 0.81 0.42 0.27 330.99 0.68 0.44
Hex BB 24 6D 0 51 2A 1B 14B 44 2C
Octal 273 44 155 0 121 52 33 513 104 54
Binary 10111011 100100 1101101 0 1010001 101010 11011 101001011 1000100 101100

Color Harmonies of #BB246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB246D

Black with #BB246D

Text Example


Text Example

White with #BB246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB246D; }

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

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

background-color css

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

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

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

border-color css

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

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

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