Html Css Color HEX #BD3075 Medium Red Violet

📋 copy color: '#BD3075'

red 189 ◦ green 48 ◦ blue 117

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

Shades of Medium Red Violet #BD3075

Tints of Medium Red Violet #BD3075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.56%

 BLUE value IS 117 (46.09% from 255) = 33.05%

R = 53.39%
G = 13.56%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD3075 (or 0xBD3075) is known color: Medium Red Violet. HEX triplet: BD, 30 and 75. RGB value is (189,48,117). Sum of RGB (Red+Green+Blue) = 189+48+117=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3075 is #42CF8A. Grayscale: #616161. Windows color (decimal): -4378507 or 7680189. OLE color: 7680189.

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

Color convert

RGB 189 48 117 -
CMYK 0 0.75 0.38 0.26
HSL 330.64º 0.59% 0.46% -
HSV(B) 330.64º 0.75% 0.74% -
XYZ 25.25 14.22 18.24 -
YUV 98.03 138.71 192.89 -
System Red Green Blue C M Y K H S L
Decimal 189 48 117 0 0.75 0.38 0.26 330.64 0.59 0.46
Hex BD 30 75 0 4B 26 1A 14B 3B 2E
Octal 275 60 165 0 113 46 32 513 73 56
Binary 10111101 110000 1110101 0 1001011 100110 11010 101001011 111011 101110

Color Harmonies of #BD3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3075

Black with #BD3075

Text Example


Text Example

White with #BD3075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3075; }

 p { color: rgb(189,48,117); }

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

background-color css

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

 a { background-color: rgb(189,48,117); }

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

border-color css

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

 span { border-color: rgb(189,48,117); }

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