Html Css Color HEX #BD017A Medium Violet Red

📋 copy color: '#BD017A'

red 189 ◦ green 1 ◦ blue 122

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

Shades of Medium Violet Red #BD017A

Tints of Medium Violet Red #BD017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 60.58%
G = 0.32%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD017A (or 0xBD017A) is known color: Medium Violet Red. HEX triplet: BD, 01 and 7A. RGB value is (189,1,122). Sum of RGB (Red+Green+Blue) = 189+1+122=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD017A is #42FE85. Grayscale: #464646. Windows color (decimal): -4390534 or 7995837. OLE color: 7995837.

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

Color convert

RGB 189 1 122 -
CMYK 0 0.99 0.35 0.26
HSL 321.38º 0.99% 0.37% -
HSV(B) 321.38º 0.99% 0.74% -
XYZ 24.51 12.25 19.48 -
YUV 71.01 156.78 212.16 -
System Red Green Blue C M Y K H S L
Decimal 189 1 122 0 0.99 0.35 0.26 321.38 0.99 0.37
Hex BD 1 7A 0 63 23 1A 141 63 25
Octal 275 1 172 0 143 43 32 501 143 45
Binary 10111101 1 1111010 0 1100011 100011 11010 101000001 1100011 100101

Color Harmonies of #BD017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD017A

Black with #BD017A

Text Example


Text Example

White with #BD017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD017A; }

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

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

background-color css

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

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

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

border-color css

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

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

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