Html Css Color HEX #BD286D Medium Red Violet

📋 copy color: '#BD286D'

red 189 ◦ green 40 ◦ blue 109

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

Shades of Medium Red Violet #BD286D

Tints of Medium Red Violet #BD286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.83%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 55.92%
G = 11.83%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD286D (or 0xBD286D) is known color: Medium Red Violet. HEX triplet: BD, 28 and 6D. RGB value is (189,40,109). Sum of RGB (Red+Green+Blue) = 189+40+109=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD286D is #42D792. Grayscale: #5C5C5C. Windows color (decimal): -4380563 or 7153853. OLE color: 7153853.

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

Color convert

RGB 189 40 109 -
CMYK 0 0.79 0.42 0.26
HSL 332.21º 0.65% 0.45% -
HSV(B) 332.21º 0.79% 0.74% -
XYZ 24.51 13.44 15.77 -
YUV 92.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 189 40 109 0 0.79 0.42 0.26 332.21 0.65 0.45
Hex BD 28 6D 0 4F 2A 1A 14C 41 2D
Octal 275 50 155 0 117 52 32 514 101 55
Binary 10111101 101000 1101101 0 1001111 101010 11010 101001100 1000001 101101

Color Harmonies of #BD286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD286D

Black with #BD286D

Text Example


Text Example

White with #BD286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD286D; }

 p { color: rgb(189,40,109); }

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

background-color css

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

 a { background-color: rgb(189,40,109); }

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

border-color css

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

 span { border-color: rgb(189,40,109); }

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