Html Css Color HEX #BD256D Medium Red Violet

📋 copy color: '#BD256D'

red 189 ◦ green 37 ◦ blue 109

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

Shades of Medium Red Violet #BD256D

Tints of Medium Red Violet #BD256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

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

R = 56.42%
G = 11.04%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD256D (or 0xBD256D) is known color: Medium Red Violet. HEX triplet: BD, 25 and 6D. RGB value is (189,37,109). Sum of RGB (Red+Green+Blue) = 189+37+109=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD256D is #42DA92. Grayscale: #5A5A5A. Windows color (decimal): -4381331 or 7153085. OLE color: 7153085.

HSL color Cylindrical-coordinate representation of color #BD256D: hue angle of 331.58º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD256D is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 37 109 -
CMYK 0 0.80 0.42 0.26
HSL 331.58º 0.67% 0.44% -
HSV(B) 331.58º 0.8% 0.74% -
XYZ 24.41 13.25 15.74 -
YUV 90.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 189 37 109 0 0.80 0.42 0.26 331.58 0.67 0.44
Hex BD 25 6D 0 50 2A 1A 14C 43 2C
Octal 275 45 155 0 120 52 32 514 103 54
Binary 10111101 100101 1101101 0 1010000 101010 11010 101001100 1000011 101100

Color Harmonies of #BD256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD256D

Black with #BD256D

Text Example


Text Example

White with #BD256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD256D; }

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

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

background-color css

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

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

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

border-color css

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

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

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