Html Css Color HEX #BD2CA4 Medium Red Violet

📋 copy color: '#BD2CA4'

red 189 ◦ green 44 ◦ blue 164

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

Shades of Medium Red Violet #BD2CA4

Tints of Medium Red Violet #BD2CA4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.08%

 BLUE value IS 164 (64.45% from 255) = 41.31%

R = 47.61%
G = 11.08%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD2CA4 (or 0xBD2CA4) is known color: Medium Red Violet. HEX triplet: BD, 2C and A4. RGB value is (189,44,164). Sum of RGB (Red+Green+Blue) = 189+44+164=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2CA4 is #42D35B. Grayscale: #646464. Windows color (decimal): -4379484 or 10759357. OLE color: 10759357.

HSL color Cylindrical-coordinate representation of color #BD2CA4: hue angle of 310.34º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2CA4 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 44 164 -
CMYK 0 0.77 0.13 0.26
HSL 310.34º 0.62% 0.46% -
HSV(B) 310.34º 0.77% 0.74% -
XYZ 28.59 15.3 36.57 -
YUV 101.04 163.54 190.74 -
System Red Green Blue C M Y K H S L
Decimal 189 44 164 0 0.77 0.13 0.26 310.34 0.62 0.46
Hex BD 2C A4 0 4D D 1A 136 3E 2E
Octal 275 54 244 0 115 15 32 466 76 56
Binary 10111101 101100 10100100 0 1001101 1101 11010 100110110 111110 101110

Color Harmonies of #BD2CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2CA4

Black with #BD2CA4

Text Example


Text Example

White with #BD2CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2CA4; }

 p { color: rgb(189,44,164); }

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

background-color css

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

 a { background-color: rgb(189,44,164); }

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

border-color css

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

 span { border-color: rgb(189,44,164); }

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