Html Css Color HEX #BB298F Medium Red Violet

📋 copy color: '#BB298F'

red 187 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #BB298F

Tints of Medium Red Violet #BB298F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

 BLUE value IS 143 (56.25% from 255) = 38.54%

R = 50.4%
G = 11.05%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB298F (or 0xBB298F) is known color: Medium Red Violet. HEX triplet: BB, 29 and 8F. RGB value is (187,41,143). Sum of RGB (Red+Green+Blue) = 187+41+143=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB298F is #44D670. Grayscale: #606060. Windows color (decimal): -4511345 or 9382331. OLE color: 9382331.

HSL color Cylindrical-coordinate representation of color #BB298F: hue angle of 318.08º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB298F is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 143 -
CMYK 0 0.78 0.24 0.27
HSL 318.08º 0.64% 0.45% -
HSV(B) 318.08º 0.78% 0.73% -
XYZ 26.24 14.13 27.33 -
YUV 96.28 154.37 192.71 -
System Red Green Blue C M Y K H S L
Decimal 187 41 143 0 0.78 0.24 0.27 318.08 0.64 0.45
Hex BB 29 8F 0 4E 18 1B 13E 40 2D
Octal 273 51 217 0 116 30 33 476 100 55
Binary 10111011 101001 10001111 0 1001110 11000 11011 100111110 1000000 101101

Color Harmonies of #BB298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB298F

Black with #BB298F

Text Example


Text Example

White with #BB298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB298F; }

 p { color: rgb(187,41,143); }

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

background-color css

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

 a { background-color: rgb(187,41,143); }

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

border-color css

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

 span { border-color: rgb(187,41,143); }

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