Html Css Color HEX #BD287B Medium Red Violet

📋 copy color: '#BD287B'

red 189 ◦ green 40 ◦ blue 123

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

Shades of Medium Red Violet #BD287B

Tints of Medium Red Violet #BD287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 53.69%
G = 11.36%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD287B (or 0xBD287B) is known color: Medium Red Violet. HEX triplet: BD, 28 and 7B. RGB value is (189,40,123). Sum of RGB (Red+Green+Blue) = 189+40+123=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD287B is #42D784. Grayscale: #5D5D5D. Windows color (decimal): -4380549 or 8071357. OLE color: 8071357.

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

Color convert

RGB 189 40 123 -
CMYK 0 0.79 0.35 0.26
HSL 326.58º 0.65% 0.45% -
HSV(B) 326.58º 0.79% 0.74% -
XYZ 25.32 13.77 20.06 -
YUV 94.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 189 40 123 0 0.79 0.35 0.26 326.58 0.65 0.45
Hex BD 28 7B 0 4F 23 1A 147 41 2D
Octal 275 50 173 0 117 43 32 507 101 55
Binary 10111101 101000 1111011 0 1001111 100011 11010 101000111 1000001 101101

Color Harmonies of #BD287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD287B

Black with #BD287B

Text Example


Text Example

White with #BD287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD287B; }

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

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

background-color css

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

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

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

border-color css

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

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

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