Html Css Color HEX #BD307F Medium Red Violet

📋 copy color: '#BD307F'

red 189 ◦ green 48 ◦ blue 127

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

Shades of Medium Red Violet #BD307F

Tints of Medium Red Violet #BD307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.89%

R = 51.92%
G = 13.19%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD307F (or 0xBD307F) is known color: Medium Red Violet. HEX triplet: BD, 30 and 7F. RGB value is (189,48,127). Sum of RGB (Red+Green+Blue) = 189+48+127=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD307F is #42CF80. Grayscale: #626262. Windows color (decimal): -4378497 or 8335549. OLE color: 8335549.

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

Color convert

RGB 189 48 127 -
CMYK 0 0.75 0.33 0.26
HSL 326.38º 0.59% 0.46% -
HSV(B) 326.38º 0.75% 0.74% -
XYZ 25.87 14.47 21.51 -
YUV 99.17 143.71 192.08 -
System Red Green Blue C M Y K H S L
Decimal 189 48 127 0 0.75 0.33 0.26 326.38 0.59 0.46
Hex BD 30 7F 0 4B 21 1A 146 3B 2E
Octal 275 60 177 0 113 41 32 506 73 56
Binary 10111101 110000 1111111 0 1001011 100001 11010 101000110 111011 101110

Color Harmonies of #BD307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD307F

Black with #BD307F

Text Example


Text Example

White with #BD307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD307F; }

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

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

background-color css

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

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

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

border-color css

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

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

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