Html Css Color HEX #BD206A Medium Violet Red

📋 copy color: '#BD206A'

red 189 ◦ green 32 ◦ blue 106

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

Shades of Medium Violet Red #BD206A

Tints of Medium Violet Red #BD206A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.79%

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

R = 57.8%
G = 9.79%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD206A (or 0xBD206A) is known color: Medium Violet Red. HEX triplet: BD, 20 and 6A. RGB value is (189,32,106). Sum of RGB (Red+Green+Blue) = 189+32+106=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD206A is #42DF95. Grayscale: #575757. Windows color (decimal): -4382614 or 6955197. OLE color: 6955197.

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

Color convert

RGB 189 32 106 -
CMYK 0 0.83 0.44 0.26
HSL 331.72º 0.71% 0.43% -
HSV(B) 331.72º 0.83% 0.74% -
XYZ 24.1 12.89 14.85 -
YUV 87.38 138.51 200.48 -
System Red Green Blue C M Y K H S L
Decimal 189 32 106 0 0.83 0.44 0.26 331.72 0.71 0.43
Hex BD 20 6A 0 53 2C 1A 14C 47 2B
Octal 275 40 152 0 123 54 32 514 107 53
Binary 10111101 100000 1101010 0 1010011 101100 11010 101001100 1000111 101011

Color Harmonies of #BD206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD206A

Black with #BD206A

Text Example


Text Example

White with #BD206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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