Html Css Color HEX #BD227B Medium Violet Red

📋 copy color: '#BD227B'

red 189 ◦ green 34 ◦ blue 123

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

Shades of Medium Violet Red #BD227B

Tints of Medium Violet Red #BD227B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 54.62%
G = 9.83%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD227B (or 0xBD227B) is known color: Medium Violet Red. HEX triplet: BD, 22 and 7B. RGB value is (189,34,123). Sum of RGB (Red+Green+Blue) = 189+34+123=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD227B is #42DD84. Grayscale: #5A5A5A. Windows color (decimal): -4382085 or 8069821. OLE color: 8069821.

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

Color convert

RGB 189 34 123 -
CMYK 0 0.82 0.35 0.26
HSL 325.55º 0.7% 0.44% -
HSV(B) 325.55º 0.82% 0.74% -
XYZ 25.13 13.39 20 -
YUV 90.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 189 34 123 0 0.82 0.35 0.26 325.55 0.7 0.44
Hex BD 22 7B 0 52 23 1A 146 46 2C
Octal 275 42 173 0 122 43 32 506 106 54
Binary 10111101 100010 1111011 0 1010010 100011 11010 101000110 1000110 101100

Color Harmonies of #BD227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD227B

Black with #BD227B

Text Example


Text Example

White with #BD227B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD227B; }

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

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

background-color css

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

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

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

border-color css

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

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

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