Html Css Color HEX #BD036F Medium Violet Red

📋 copy color: '#BD036F'

red 189 ◦ green 3 ◦ blue 111

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

Shades of Medium Violet Red #BD036F

Tints of Medium Violet Red #BD036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 62.38%
G = 0.99%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD036F (or 0xBD036F) is known color: Medium Violet Red. HEX triplet: BD, 03 and 6F. RGB value is (189,3,111). Sum of RGB (Red+Green+Blue) = 189+3+111=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD036F is #42FC90. Grayscale: #464646. Windows color (decimal): -4390033 or 7275453. OLE color: 7275453.

HSL color Cylindrical-coordinate representation of color #BD036F: hue angle of 325.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD036F is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 3 111 -
CMYK 0 0.98 0.41 0.26
HSL 325.16º 0.97% 0.38% -
HSV(B) 325.16º 0.98% 0.74% -
XYZ 23.89 12.03 16.1 -
YUV 70.93 150.62 212.22 -
System Red Green Blue C M Y K H S L
Decimal 189 3 111 0 0.98 0.41 0.26 325.16 0.97 0.38
Hex BD 3 6F 0 62 29 1A 145 61 26
Octal 275 3 157 0 142 51 32 505 141 46
Binary 10111101 11 1101111 0 1100010 101001 11010 101000101 1100001 100110

Color Harmonies of #BD036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD036F

Black with #BD036F

Text Example


Text Example

White with #BD036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD036F; }

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

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

background-color css

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

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

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

border-color css

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

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

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