Html Css Color HEX #BD299C Medium Red Violet

📋 copy color: '#BD299C'

red 189 ◦ green 41 ◦ blue 156

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

Shades of Medium Red Violet #BD299C

Tints of Medium Red Violet #BD299C

RGB

 RED value IS 189 (74.22% from 255) = 48.96%

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

 BLUE value IS 156 (61.33% from 255) = 40.41%

R = 48.96%
G = 10.62%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD299C (or 0xBD299C) is known color: Medium Red Violet. HEX triplet: BD, 29 and 9C. RGB value is (189,41,156). Sum of RGB (Red+Green+Blue) = 189+41+156=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD299C is #42D663. Grayscale: #626262. Windows color (decimal): -4380260 or 10234301. OLE color: 10234301.

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

Color convert

RGB 189 41 156 -
CMYK 0 0.78 0.17 0.26
HSL 313.38º 0.64% 0.45% -
HSV(B) 313.38º 0.78% 0.74% -
XYZ 27.78 14.8 32.85 -
YUV 98.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 189 41 156 0 0.78 0.17 0.26 313.38 0.64 0.45
Hex BD 29 9C 0 4E 11 1A 139 40 2D
Octal 275 51 234 0 116 21 32 471 100 55
Binary 10111101 101001 10011100 0 1001110 10001 11010 100111001 1000000 101101

Color Harmonies of #BD299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD299C

Black with #BD299C

Text Example


Text Example

White with #BD299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD299C; }

 p { color: rgb(189,41,156); }

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

background-color css

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

 a { background-color: rgb(189,41,156); }

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

border-color css

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

 span { border-color: rgb(189,41,156); }

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