Html Css Color HEX #BD308D Medium Red Violet

📋 copy color: '#BD308D'

red 189 ◦ green 48 ◦ blue 141

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

Shades of Medium Red Violet #BD308D

Tints of Medium Red Violet #BD308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 50%
G = 12.7%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD308D (or 0xBD308D) is known color: Medium Red Violet. HEX triplet: BD, 30 and 8D. RGB value is (189,48,141). Sum of RGB (Red+Green+Blue) = 189+48+141=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD308D is #42CF72. Grayscale: #646464. Windows color (decimal): -4378483 or 9253053. OLE color: 9253053.

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

Color convert

RGB 189 48 141 -
CMYK 0 0.75 0.25 0.26
HSL 320.43º 0.59% 0.46% -
HSV(B) 320.43º 0.75% 0.74% -
XYZ 26.85 14.86 26.65 -
YUV 100.76 150.71 190.94 -
System Red Green Blue C M Y K H S L
Decimal 189 48 141 0 0.75 0.25 0.26 320.43 0.59 0.46
Hex BD 30 8D 0 4B 19 1A 140 3B 2E
Octal 275 60 215 0 113 31 32 500 73 56
Binary 10111101 110000 10001101 0 1001011 11001 11010 101000000 111011 101110

Color Harmonies of #BD308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD308D

Black with #BD308D

Text Example


Text Example

White with #BD308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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