Html Css Color HEX #BD11A7 Medium Violet Red

📋 copy color: '#BD11A7'

red 189 ◦ green 17 ◦ blue 167

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

Shades of Medium Violet Red #BD11A7

Tints of Medium Violet Red #BD11A7

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.56%

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

R = 50.67%
G = 4.56%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD11A7 (or 0xBD11A7) is known color: Medium Violet Red. HEX triplet: BD, 11 and A7. RGB value is (189,17,167). Sum of RGB (Red+Green+Blue) = 189+17+167=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 167 (65.62% from 255 or 44.77% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD11A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD11A7 is #42EE58. Grayscale: #555555. Windows color (decimal): -4386393 or 10949053. OLE color: 10949053.

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

Color convert

RGB 189 17 167 -
CMYK 0 0.91 0.12 0.26
HSL 307.67º 0.83% 0.4% -
HSV(B) 307.67º 0.91% 0.74% -
XYZ 28.16 14.01 37.78 -
YUV 85.53 173.98 201.8 -
System Red Green Blue C M Y K H S L
Decimal 189 17 167 0 0.91 0.12 0.26 307.67 0.83 0.4
Hex BD 11 A7 0 5B C 1A 134 53 28
Octal 275 21 247 0 133 14 32 464 123 50
Binary 10111101 10001 10100111 0 1011011 1100 11010 100110100 1010011 101000

Color Harmonies of #BD11A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD11A7

Black with #BD11A7

Text Example


Text Example

White with #BD11A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD11A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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