Html Css Color HEX #BD228A Medium Violet Red

📋 copy color: '#BD228A'

red 189 ◦ green 34 ◦ blue 138

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

Shades of Medium Violet Red #BD228A

Tints of Medium Violet Red #BD228A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 52.35%
G = 9.42%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD228A (or 0xBD228A) is known color: Medium Violet Red. HEX triplet: BD, 22 and 8A. RGB value is (189,34,138). Sum of RGB (Red+Green+Blue) = 189+34+138=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD228A is #42DD75. Grayscale: #5B5B5B. Windows color (decimal): -4382070 or 9052861. OLE color: 9052861.

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

Color convert

RGB 189 34 138 -
CMYK 0 0.82 0.27 0.26
HSL 319.74º 0.7% 0.44% -
HSV(B) 319.74º 0.82% 0.74% -
XYZ 26.15 13.8 25.33 -
YUV 92.2 153.85 197.04 -
System Red Green Blue C M Y K H S L
Decimal 189 34 138 0 0.82 0.27 0.26 319.74 0.7 0.44
Hex BD 22 8A 0 52 1B 1A 140 46 2C
Octal 275 42 212 0 122 33 32 500 106 54
Binary 10111101 100010 10001010 0 1010010 11011 11010 101000000 1000110 101100

Color Harmonies of #BD228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD228A

Black with #BD228A

Text Example


Text Example

White with #BD228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD228A; }

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

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

background-color css

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

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

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

border-color css

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

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

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