Html Css Color HEX #BD2A8C Medium Red Violet

📋 copy color: '#BD2A8C'

red 189 ◦ green 42 ◦ blue 140

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

Shades of Medium Red Violet #BD2A8C

Tints of Medium Red Violet #BD2A8C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.32%

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 50.94%
G = 11.32%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD2A8C (or 0xBD2A8C) is known color: Medium Red Violet. HEX triplet: BD, 2A and 8C. RGB value is (189,42,140). Sum of RGB (Red+Green+Blue) = 189+42+140=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2A8C is #42D573. Grayscale: #606060. Windows color (decimal): -4380020 or 9185981. OLE color: 9185981.

HSL color Cylindrical-coordinate representation of color #BD2A8C: hue angle of 320º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2A8C is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 42 140 -
CMYK 0 0.78 0.26 0.26
HSL 320º 0.64% 0.45% -
HSV(B) 320º 0.78% 0.74% -
XYZ 26.55 14.37 26.19 -
YUV 97.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 189 42 140 0 0.78 0.26 0.26 320 0.64 0.45
Hex BD 2A 8C 0 4E 1A 1A 140 40 2D
Octal 275 52 214 0 116 32 32 500 100 55
Binary 10111101 101010 10001100 0 1001110 11010 11010 101000000 1000000 101101

Color Harmonies of #BD2A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2A8C

Black with #BD2A8C

Text Example


Text Example

White with #BD2A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2A8C; }

 p { color: rgb(189,42,140); }

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

background-color css

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

 a { background-color: rgb(189,42,140); }

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

border-color css

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

 span { border-color: rgb(189,42,140); }

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