Html Css Color HEX #BD227F Medium Violet Red

📋 copy color: '#BD227F'

red 189 ◦ green 34 ◦ blue 127

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

Shades of Medium Violet Red #BD227F

Tints of Medium Violet Red #BD227F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 54%
G = 9.71%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD227F (or 0xBD227F) is known color: Medium Violet Red. HEX triplet: BD, 22 and 7F. RGB value is (189,34,127). Sum of RGB (Red+Green+Blue) = 189+34+127=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD227F is #42DD80. Grayscale: #5A5A5A. Windows color (decimal): -4382081 or 8331965. OLE color: 8331965.

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

Color convert

RGB 189 34 127 -
CMYK 0 0.82 0.33 0.26
HSL 324º 0.7% 0.44% -
HSV(B) 324º 0.82% 0.74% -
XYZ 25.39 13.5 21.35 -
YUV 90.95 148.35 197.94 -
System Red Green Blue C M Y K H S L
Decimal 189 34 127 0 0.82 0.33 0.26 324 0.7 0.44
Hex BD 22 7F 0 52 21 1A 144 46 2C
Octal 275 42 177 0 122 41 32 504 106 54
Binary 10111101 100010 1111111 0 1010010 100001 11010 101000100 1000110 101100

Color Harmonies of #BD227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD227F

Black with #BD227F

Text Example


Text Example

White with #BD227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD227F; }

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

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

background-color css

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

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

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

border-color css

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

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

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