Html Css Color HEX #BD10A5 Medium Violet Red

📋 copy color: '#BD10A5'

red 189 ◦ green 16 ◦ blue 165

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

Shades of Medium Violet Red #BD10A5

Tints of Medium Violet Red #BD10A5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.32%

 BLUE value IS 165 (64.84% from 255) = 44.59%

R = 51.08%
G = 4.32%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD10A5 (or 0xBD10A5) is known color: Medium Violet Red. HEX triplet: BD, 10 and A5. RGB value is (189,16,165). Sum of RGB (Red+Green+Blue) = 189+16+165=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD10A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD10A5 is #42EF5A. Grayscale: #545454. Windows color (decimal): -4386651 or 10817725. OLE color: 10817725.

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

Color convert

RGB 189 16 165 -
CMYK 0 0.92 0.13 0.26
HSL 308.32º 0.84% 0.4% -
HSV(B) 308.32º 0.92% 0.74% -
XYZ 27.96 13.91 36.81 -
YUV 84.71 173.31 202.38 -
System Red Green Blue C M Y K H S L
Decimal 189 16 165 0 0.92 0.13 0.26 308.32 0.84 0.4
Hex BD 10 A5 0 5C D 1A 134 54 28
Octal 275 20 245 0 134 15 32 464 124 50
Binary 10111101 10000 10100101 0 1011100 1101 11010 100110100 1010100 101000

Color Harmonies of #BD10A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD10A5

Black with #BD10A5

Text Example


Text Example

White with #BD10A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD10A5; }

 p { color: rgb(189,16,165); }

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

background-color css

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

 a { background-color: rgb(189,16,165); }

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

border-color css

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

 span { border-color: rgb(189,16,165); }

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