Html Css Color HEX #BD307D Medium Red Violet

📋 copy color: '#BD307D'

red 189 ◦ green 48 ◦ blue 125

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

Shades of Medium Red Violet #BD307D

Tints of Medium Red Violet #BD307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 52.21%
G = 13.26%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD307D (or 0xBD307D) is known color: Medium Red Violet. HEX triplet: BD, 30 and 7D. RGB value is (189,48,125). Sum of RGB (Red+Green+Blue) = 189+48+125=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD307D is #42CF82. Grayscale: #626262. Windows color (decimal): -4378499 or 8204477. OLE color: 8204477.

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

Color convert

RGB 189 48 125 -
CMYK 0 0.75 0.34 0.26
HSL 327.23º 0.59% 0.46% -
HSV(B) 327.23º 0.75% 0.74% -
XYZ 25.74 14.41 20.83 -
YUV 98.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 189 48 125 0 0.75 0.34 0.26 327.23 0.59 0.46
Hex BD 30 7D 0 4B 22 1A 147 3B 2E
Octal 275 60 175 0 113 42 32 507 73 56
Binary 10111101 110000 1111101 0 1001011 100010 11010 101000111 111011 101110

Color Harmonies of #BD307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD307D

Black with #BD307D

Text Example


Text Example

White with #BD307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD307D; }

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

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

background-color css

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

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

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

border-color css

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

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

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