Html Css Color HEX #BD3F8E Medium Red Violet

📋 copy color: '#BD3F8E'

red 189 ◦ green 63 ◦ blue 142

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

Shades of Medium Red Violet #BD3F8E

Tints of Medium Red Violet #BD3F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.04%

R = 47.97%
G = 15.99%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD3F8E (or 0xBD3F8E) is known color: Medium Red Violet. HEX triplet: BD, 3F and 8E. RGB value is (189,63,142). Sum of RGB (Red+Green+Blue) = 189+63+142=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3F8E is #42C071. Grayscale: #6D6D6D. Windows color (decimal): -4374642 or 9322429. OLE color: 9322429.

HSL color Cylindrical-coordinate representation of color #BD3F8E: hue angle of 322.38º 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 #BD3F8E is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 63 142 -
CMYK 0 0.67 0.25 0.26
HSL 322.38º 0.5% 0.49% -
HSV(B) 322.38º 0.67% 0.74% -
XYZ 27.65 16.33 27.29 -
YUV 109.68 146.24 184.58 -
System Red Green Blue C M Y K H S L
Decimal 189 63 142 0 0.67 0.25 0.26 322.38 0.5 0.49
Hex BD 3F 8E 0 43 19 1A 142 32 31
Octal 275 77 216 0 103 31 32 502 62 61
Binary 10111101 111111 10001110 0 1000011 11001 11010 101000010 110010 110001

Color Harmonies of #BD3F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F8E

Black with #BD3F8E

Text Example


Text Example

White with #BD3F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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