Html Css Color HEX #BB246B Medium Red Violet

📋 copy color: '#BB246B'

red 187 ◦ green 36 ◦ blue 107

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

Shades of Medium Red Violet #BB246B

Tints of Medium Red Violet #BB246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 56.67%
G = 10.91%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB246B (or 0xBB246B) is known color: Medium Red Violet. HEX triplet: BB, 24 and 6B. RGB value is (187,36,107). Sum of RGB (Red+Green+Blue) = 187+36+107=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB246B is #44DB94. Grayscale: #595959. Windows color (decimal): -4512661 or 7021755. OLE color: 7021755.

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

Color convert

RGB 187 36 107 -
CMYK 0 0.81 0.43 0.27
HSL 331.79º 0.68% 0.44% -
HSV(B) 331.79º 0.81% 0.73% -
XYZ 23.78 12.89 15.14 -
YUV 89.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 187 36 107 0 0.81 0.43 0.27 331.79 0.68 0.44
Hex BB 24 6B 0 51 2B 1B 14C 44 2C
Octal 273 44 153 0 121 53 33 514 104 54
Binary 10111011 100100 1101011 0 1010001 101011 11011 101001100 1000100 101100

Color Harmonies of #BB246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB246B

Black with #BB246B

Text Example


Text Example

White with #BB246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB246B; }

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

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

background-color css

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

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

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

border-color css

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

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

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