Html Css Color HEX #BD308C Medium Red Violet

📋 copy color: '#BD308C'

red 189 ◦ green 48 ◦ blue 140

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

Shades of Medium Red Violet #BD308C

Tints of Medium Red Violet #BD308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 50.13%
G = 12.73%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD308C (or 0xBD308C) is known color: Medium Red Violet. HEX triplet: BD, 30 and 8C. RGB value is (189,48,140). Sum of RGB (Red+Green+Blue) = 189+48+140=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD308C is #42CF73. Grayscale: #646464. Windows color (decimal): -4378484 or 9187517. OLE color: 9187517.

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

Color convert

RGB 189 48 140 -
CMYK 0 0.75 0.26 0.26
HSL 320.85º 0.59% 0.46% -
HSV(B) 320.85º 0.75% 0.74% -
XYZ 26.78 14.83 26.26 -
YUV 100.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 189 48 140 0 0.75 0.26 0.26 320.85 0.59 0.46
Hex BD 30 8C 0 4B 1A 1A 141 3B 2E
Octal 275 60 214 0 113 32 32 501 73 56
Binary 10111101 110000 10001100 0 1001011 11010 11010 101000001 111011 101110

Color Harmonies of #BD308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD308C

Black with #BD308C

Text Example


Text Example

White with #BD308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD308C; }

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

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

background-color css

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

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

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

border-color css

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

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

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