Html Css Color HEX #BD067A Medium Violet Red

📋 copy color: '#BD067A'

red 189 ◦ green 6 ◦ blue 122

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

Shades of Medium Violet Red #BD067A

Tints of Medium Violet Red #BD067A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 59.62%
G = 1.89%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD067A (or 0xBD067A) is known color: Medium Violet Red. HEX triplet: BD, 06 and 7A. RGB value is (189,6,122). Sum of RGB (Red+Green+Blue) = 189+6+122=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD067A is #42F985. Grayscale: #494949. Windows color (decimal): -4389254 or 7997117. OLE color: 7997117.

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

Color convert

RGB 189 6 122 -
CMYK 0 0.97 0.35 0.26
HSL 321.97º 0.94% 0.38% -
HSV(B) 321.97º 0.97% 0.74% -
XYZ 24.56 12.35 19.5 -
YUV 73.94 155.13 210.07 -
System Red Green Blue C M Y K H S L
Decimal 189 6 122 0 0.97 0.35 0.26 321.97 0.94 0.38
Hex BD 6 7A 0 61 23 1A 142 5E 26
Octal 275 6 172 0 141 43 32 502 136 46
Binary 10111101 110 1111010 0 1100001 100011 11010 101000010 1011110 100110

Color Harmonies of #BD067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD067A

Black with #BD067A

Text Example


Text Example

White with #BD067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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