Html Css Color HEX #BD0678 Medium Violet Red

📋 copy color: '#BD0678'

red 189 ◦ green 6 ◦ blue 120

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

Shades of Medium Violet Red #BD0678

Tints of Medium Violet Red #BD0678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 120 (47.27% from 255) = 38.1%

R = 60%
G = 1.9%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD0678 (or 0xBD0678) is known color: Medium Violet Red. HEX triplet: BD, 06 and 78. RGB value is (189,6,120). Sum of RGB (Red+Green+Blue) = 189+6+120=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0678 is #42F987. Grayscale: #494949. Windows color (decimal): -4389256 or 7866045. OLE color: 7866045.

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

Color convert

RGB 189 6 120 -
CMYK 0 0.97 0.37 0.26
HSL 322.62º 0.94% 0.38% -
HSV(B) 322.62º 0.97% 0.74% -
XYZ 24.44 12.31 18.86 -
YUV 73.71 154.13 210.23 -
System Red Green Blue C M Y K H S L
Decimal 189 6 120 0 0.97 0.37 0.26 322.62 0.94 0.38
Hex BD 6 78 0 61 25 1A 143 5E 26
Octal 275 6 170 0 141 45 32 503 136 46
Binary 10111101 110 1111000 0 1100001 100101 11010 101000011 1011110 100110

Color Harmonies of #BD0678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0678

Black with #BD0678

Text Example


Text Example

White with #BD0678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0678; }

 p { color: rgb(189,6,120); }

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

background-color css

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

 a { background-color: rgb(189,6,120); }

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

border-color css

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

 span { border-color: rgb(189,6,120); }

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