Html Css Color HEX #BD3694 Medium Red Violet

📋 copy color: '#BD3694'

red 189 ◦ green 54 ◦ blue 148

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

Shades of Medium Red Violet #BD3694

Tints of Medium Red Violet #BD3694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.81%

 BLUE value IS 148 (58.2% from 255) = 37.85%

R = 48.34%
G = 13.81%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD3694 (or 0xBD3694) is known color: Medium Red Violet. HEX triplet: BD, 36 and 94. RGB value is (189,54,148). Sum of RGB (Red+Green+Blue) = 189+54+148=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3694 is #42C96B. Grayscale: #686868. Windows color (decimal): -4376940 or 9713341. OLE color: 9713341.

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

Color convert

RGB 189 54 148 -
CMYK 0 0.71 0.22 0.26
HSL 318.22º 0.56% 0.48% -
HSV(B) 318.22º 0.71% 0.74% -
XYZ 27.65 15.6 29.57 -
YUV 105.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 189 54 148 0 0.71 0.22 0.26 318.22 0.56 0.48
Hex BD 36 94 0 47 16 1A 13E 38 30
Octal 275 66 224 0 107 26 32 476 70 60
Binary 10111101 110110 10010100 0 1000111 10110 11010 100111110 111000 110000

Color Harmonies of #BD3694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3694

Black with #BD3694

Text Example


Text Example

White with #BD3694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3694; }

 p { color: rgb(189,54,148); }

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

background-color css

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

 a { background-color: rgb(189,54,148); }

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

border-color css

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

 span { border-color: rgb(189,54,148); }

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