Html Css Color HEX #BD2679 Medium Red Violet

📋 copy color: '#BD2679'

red 189 ◦ green 38 ◦ blue 121

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

Shades of Medium Red Violet #BD2679

Tints of Medium Red Violet #BD2679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.92%

 BLUE value IS 121 (47.66% from 255) = 34.77%

R = 54.31%
G = 10.92%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD2679 (or 0xBD2679) is known color: Medium Red Violet. HEX triplet: BD, 26 and 79. RGB value is (189,38,121). Sum of RGB (Red+Green+Blue) = 189+38+121=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2679 is #42D986. Grayscale: #5C5C5C. Windows color (decimal): -4381063 or 7939773. OLE color: 7939773.

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

Color convert

RGB 189 38 121 -
CMYK 0 0.80 0.36 0.26
HSL 327.02º 0.67% 0.45% -
HSV(B) 327.02º 0.8% 0.74% -
XYZ 25.13 13.59 19.39 -
YUV 92.61 144.03 196.75 -
System Red Green Blue C M Y K H S L
Decimal 189 38 121 0 0.80 0.36 0.26 327.02 0.67 0.45
Hex BD 26 79 0 50 24 1A 147 43 2D
Octal 275 46 171 0 120 44 32 507 103 55
Binary 10111101 100110 1111001 0 1010000 100100 11010 101000111 1000011 101101

Color Harmonies of #BD2679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2679

Black with #BD2679

Text Example


Text Example

White with #BD2679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2679; }

 p { color: rgb(189,38,121); }

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

background-color css

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

 a { background-color: rgb(189,38,121); }

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

border-color css

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

 span { border-color: rgb(189,38,121); }

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