Html Css Color HEX #BB247D Medium Red Violet

📋 copy color: '#BB247D'

red 187 ◦ green 36 ◦ blue 125

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

Shades of Medium Red Violet #BB247D

Tints of Medium Red Violet #BB247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 53.74%
G = 10.34%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB247D (or 0xBB247D) is known color: Medium Red Violet. HEX triplet: BB, 24 and 7D. RGB value is (187,36,125). Sum of RGB (Red+Green+Blue) = 187+36+125=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB247D is #44DB82. Grayscale: #5B5B5B. Windows color (decimal): -4512643 or 8201403. OLE color: 8201403.

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

Color convert

RGB 187 36 125 -
CMYK 0 0.81 0.33 0.27
HSL 324.64º 0.68% 0.44% -
HSV(B) 324.64º 0.81% 0.73% -
XYZ 24.83 13.31 20.66 -
YUV 91.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 187 36 125 0 0.81 0.33 0.27 324.64 0.68 0.44
Hex BB 24 7D 0 51 21 1B 145 44 2C
Octal 273 44 175 0 121 41 33 505 104 54
Binary 10111011 100100 1111101 0 1010001 100001 11011 101000101 1000100 101100

Color Harmonies of #BB247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB247D

Black with #BB247D

Text Example


Text Example

White with #BB247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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