Html Css Color HEX #BB248A Medium Red Violet

📋 copy color: '#BB248A'

red 187 ◦ green 36 ◦ blue 138

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

Shades of Medium Red Violet #BB248A

Tints of Medium Red Violet #BB248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 51.8%
G = 9.97%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB248A (or 0xBB248A) is known color: Medium Red Violet. HEX triplet: BB, 24 and 8A. RGB value is (187,36,138). Sum of RGB (Red+Green+Blue) = 187+36+138=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB248A is #44DB75. Grayscale: #5C5C5C. Windows color (decimal): -4512630 or 9053371. OLE color: 9053371.

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

Color convert

RGB 187 36 138 -
CMYK 0 0.81 0.26 0.27
HSL 319.47º 0.68% 0.44% -
HSV(B) 319.47º 0.81% 0.73% -
XYZ 25.71 13.66 25.33 -
YUV 92.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 187 36 138 0 0.81 0.26 0.27 319.47 0.68 0.44
Hex BB 24 8A 0 51 1A 1B 13F 44 2C
Octal 273 44 212 0 121 32 33 477 104 54
Binary 10111011 100100 10001010 0 1010001 11010 11011 100111111 1000100 101100

Color Harmonies of #BB248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB248A

Black with #BB248A

Text Example


Text Example

White with #BB248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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