Html Css Color HEX #BD309F Medium Red Violet

📋 copy color: '#BD309F'

red 189 ◦ green 48 ◦ blue 159

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

Shades of Medium Red Violet #BD309F

Tints of Medium Red Violet #BD309F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 47.73%
G = 12.12%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD309F (or 0xBD309F) is known color: Medium Red Violet. HEX triplet: BD, 30 and 9F. RGB value is (189,48,159). Sum of RGB (Red+Green+Blue) = 189+48+159=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD309F is #42CF60. Grayscale: #666666. Windows color (decimal): -4378465 or 10432701. OLE color: 10432701.

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

Color convert

RGB 189 48 159 -
CMYK 0 0.75 0.16 0.26
HSL 312.77º 0.59% 0.46% -
HSV(B) 312.77º 0.75% 0.74% -
XYZ 28.3 15.44 34.29 -
YUV 102.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 189 48 159 0 0.75 0.16 0.26 312.77 0.59 0.46
Hex BD 30 9F 0 4B 10 1A 139 3B 2E
Octal 275 60 237 0 113 20 32 471 73 56
Binary 10111101 110000 10011111 0 1001011 10000 11010 100111001 111011 101110

Color Harmonies of #BD309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD309F

Black with #BD309F

Text Example


Text Example

White with #BD309F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD309F; }

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

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

background-color css

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

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

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

border-color css

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

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

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