Html Css Color HEX #BD256A Medium Red Violet

📋 copy color: '#BD256A'

red 189 ◦ green 37 ◦ blue 106

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

Shades of Medium Red Violet #BD256A

Tints of Medium Red Violet #BD256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 56.93%
G = 11.14%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD256A (or 0xBD256A) is known color: Medium Red Violet. HEX triplet: BD, 25 and 6A. RGB value is (189,37,106). Sum of RGB (Red+Green+Blue) = 189+37+106=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD256A is #42DA95. Grayscale: #5A5A5A. Windows color (decimal): -4381334 or 6956477. OLE color: 6956477.

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

Color convert

RGB 189 37 106 -
CMYK 0 0.80 0.44 0.26
HSL 332.76º 0.67% 0.44% -
HSV(B) 332.76º 0.8% 0.74% -
XYZ 24.25 13.18 14.9 -
YUV 90.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 189 37 106 0 0.80 0.44 0.26 332.76 0.67 0.44
Hex BD 25 6A 0 50 2C 1A 14D 43 2C
Octal 275 45 152 0 120 54 32 515 103 54
Binary 10111101 100101 1101010 0 1010000 101100 11010 101001101 1000011 101100

Color Harmonies of #BD256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD256A

Black with #BD256A

Text Example


Text Example

White with #BD256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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