Html Css Color HEX #BD306F Medium Red Violet

📋 copy color: '#BD306F'

red 189 ◦ green 48 ◦ blue 111

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

Shades of Medium Red Violet #BD306F

Tints of Medium Red Violet #BD306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 54.31%
G = 13.79%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD306F (or 0xBD306F) is known color: Medium Red Violet. HEX triplet: BD, 30 and 6F. RGB value is (189,48,111). Sum of RGB (Red+Green+Blue) = 189+48+111=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD306F is #42CF90. Grayscale: #616161. Windows color (decimal): -4378513 or 7286973. OLE color: 7286973.

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

Color convert

RGB 189 48 111 -
CMYK 0 0.75 0.41 0.26
HSL 333.19º 0.59% 0.46% -
HSV(B) 333.19º 0.75% 0.74% -
XYZ 24.91 14.08 16.44 -
YUV 97.34 135.71 193.38 -
System Red Green Blue C M Y K H S L
Decimal 189 48 111 0 0.75 0.41 0.26 333.19 0.59 0.46
Hex BD 30 6F 0 4B 29 1A 14D 3B 2E
Octal 275 60 157 0 113 51 32 515 73 56
Binary 10111101 110000 1101111 0 1001011 101001 11010 101001101 111011 101110

Color Harmonies of #BD306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD306F

Black with #BD306F

Text Example


Text Example

White with #BD306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD306F; }

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

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

background-color css

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

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

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

border-color css

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

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

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