Html Css Color HEX #BD3F85 Medium Red Violet

📋 copy color: '#BD3F85'

red 189 ◦ green 63 ◦ blue 133

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

Shades of Medium Red Violet #BD3F85

Tints of Medium Red Violet #BD3F85

RGB

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

 GREEN value IS 63 (25% from 255) = 16.36%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 49.09%
G = 16.36%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD3F85 (or 0xBD3F85) is known color: Medium Red Violet. HEX triplet: BD, 3F and 85. RGB value is (189,63,133). Sum of RGB (Red+Green+Blue) = 189+63+133=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3F85 is #42C07A. Grayscale: #6C6C6C. Windows color (decimal): -4374651 or 8732605. OLE color: 8732605.

HSL color Cylindrical-coordinate representation of color #BD3F85: hue angle of 326.67º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3F85 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 63 133 -
CMYK 0 0.67 0.30 0.26
HSL 326.67º 0.5% 0.49% -
HSV(B) 326.67º 0.67% 0.74% -
XYZ 27 16.07 23.87 -
YUV 108.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 189 63 133 0 0.67 0.30 0.26 326.67 0.5 0.49
Hex BD 3F 85 0 43 1E 1A 147 32 31
Octal 275 77 205 0 103 36 32 507 62 61
Binary 10111101 111111 10000101 0 1000011 11110 11010 101000111 110010 110001

Color Harmonies of #BD3F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F85

Black with #BD3F85

Text Example


Text Example

White with #BD3F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F85; }

 p { color: rgb(189,63,133); }

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

background-color css

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

 a { background-color: rgb(189,63,133); }

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

border-color css

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

 span { border-color: rgb(189,63,133); }

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