Html Css Color HEX #BB247F Medium Red Violet

📋 copy color: '#BB247F'

red 187 ◦ green 36 ◦ blue 127

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

Shades of Medium Red Violet #BB247F

Tints of Medium Red Violet #BB247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 53.43%
G = 10.29%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB247F (or 0xBB247F) is known color: Medium Red Violet. HEX triplet: BB, 24 and 7F. RGB value is (187,36,127). Sum of RGB (Red+Green+Blue) = 187+36+127=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB247F is #44DB80. Grayscale: #5B5B5B. Windows color (decimal): -4512641 or 8332475. OLE color: 8332475.

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

Color convert

RGB 187 36 127 -
CMYK 0 0.81 0.32 0.27
HSL 323.84º 0.68% 0.44% -
HSV(B) 323.84º 0.81% 0.73% -
XYZ 24.96 13.36 21.34 -
YUV 91.52 148.03 196.1 -
System Red Green Blue C M Y K H S L
Decimal 187 36 127 0 0.81 0.32 0.27 323.84 0.68 0.44
Hex BB 24 7F 0 51 20 1B 144 44 2C
Octal 273 44 177 0 121 40 33 504 104 54
Binary 10111011 100100 1111111 0 1010001 100000 11011 101000100 1000100 101100

Color Harmonies of #BB247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB247F

Black with #BB247F

Text Example


Text Example

White with #BB247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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