Html Css Color HEX #BD226F Medium Red Violet

📋 copy color: '#BD226F'

red 189 ◦ green 34 ◦ blue 111

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

Shades of Medium Red Violet #BD226F

Tints of Medium Red Violet #BD226F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.18%

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 56.59%
G = 10.18%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD226F (or 0xBD226F) is known color: Medium Red Violet. HEX triplet: BD, 22 and 6F. RGB value is (189,34,111). Sum of RGB (Red+Green+Blue) = 189+34+111=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD226F is #42DD90. Grayscale: #585858. Windows color (decimal): -4382097 or 7283389. OLE color: 7283389.

HSL color Cylindrical-coordinate representation of color #BD226F: hue angle of 330.19º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD226F is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 34 111 -
CMYK 0 0.82 0.41 0.26
HSL 330.19º 0.7% 0.44% -
HSV(B) 330.19º 0.82% 0.74% -
XYZ 24.43 13.11 16.28 -
YUV 89.12 140.35 199.24 -
System Red Green Blue C M Y K H S L
Decimal 189 34 111 0 0.82 0.41 0.26 330.19 0.7 0.44
Hex BD 22 6F 0 52 29 1A 14A 46 2C
Octal 275 42 157 0 122 51 32 512 106 54
Binary 10111101 100010 1101111 0 1010010 101001 11010 101001010 1000110 101100

Color Harmonies of #BD226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD226F

Black with #BD226F

Text Example


Text Example

White with #BD226F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD226F; }

 p { color: rgb(189,34,111); }

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

background-color css

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

 a { background-color: rgb(189,34,111); }

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

border-color css

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

 span { border-color: rgb(189,34,111); }

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