Html Css Color HEX #BD17A7 Medium Violet Red

📋 copy color: '#BD17A7'

red 189 ◦ green 23 ◦ blue 167

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

Shades of Medium Violet Red #BD17A7

Tints of Medium Violet Red #BD17A7

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.07%

 BLUE value IS 167 (65.63% from 255) = 44.06%

R = 49.87%
G = 6.07%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD17A7 (or 0xBD17A7) is known color: Medium Violet Red. HEX triplet: BD, 17 and A7. RGB value is (189,23,167). Sum of RGB (Red+Green+Blue) = 189+23+167=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17A7 is #42E858. Grayscale: #585858. Windows color (decimal): -4384857 or 10950589. OLE color: 10950589.

HSL color Cylindrical-coordinate representation of color #BD17A7: hue angle of 307.95º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD17A7 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 23 167 -
CMYK 0 0.88 0.12 0.26
HSL 307.95º 0.78% 0.42% -
HSV(B) 307.95º 0.88% 0.74% -
XYZ 28.27 14.22 37.81 -
YUV 89.05 172 199.29 -
System Red Green Blue C M Y K H S L
Decimal 189 23 167 0 0.88 0.12 0.26 307.95 0.78 0.42
Hex BD 17 A7 0 58 C 1A 134 4E 2A
Octal 275 27 247 0 130 14 32 464 116 52
Binary 10111101 10111 10100111 0 1011000 1100 11010 100110100 1001110 101010

Color Harmonies of #BD17A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17A7

Black with #BD17A7

Text Example


Text Example

White with #BD17A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17A7; }

 p { color: rgb(189,23,167); }

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

background-color css

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

 a { background-color: rgb(189,23,167); }

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

border-color css

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

 span { border-color: rgb(189,23,167); }

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