Html Css Color HEX #BA42D1 Medium Orchid

📋 copy color: '#BA42D1'

red 186 ◦ green 66 ◦ blue 209

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

Shades of Medium Orchid #BA42D1

Tints of Medium Orchid #BA42D1

RGB

 RED value IS 186 (73.05% from 255) = 40.35%

 GREEN value IS 66 (26.17% from 255) = 14.32%

 BLUE value IS 209 (82.03% from 255) = 45.34%

R = 40.35%
G = 14.32%
B = 45.34%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA42D1 (or 0xBA42D1) is known color: Medium Orchid. HEX triplet: BA, 42 and D1. RGB value is (186,66,209). Sum of RGB (Red+Green+Blue) = 186+66+209=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA42D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42D1 is #45BD2E. Grayscale: #757575. Windows color (decimal): -4570415 or 13714106. OLE color: 13714106.

HSL color Cylindrical-coordinate representation of color #BA42D1: hue angle of 290.35º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA42D1 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 66 209 -
CMYK 0.11 0.68 0 0.18
HSL 290.35º 0.61% 0.54% -
HSV(B) 290.35º 0.68% 0.82% -
XYZ 33.71 18.94 62.2 -
YUV 118.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 186 66 209 0.11 0.68 0 0.18 290.35 0.61 0.54
Hex BA 42 D1 B 44 0 12 122 3D 36
Octal 272 102 321 13 104 0 22 442 75 66
Binary 10111010 1000010 11010001 1011 1000100 0 10010 100100010 111101 110110

Color Harmonies of #BA42D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42D1

Black with #BA42D1

Text Example


Text Example

White with #BA42D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42D1; }

 p { color: rgb(186,66,209); }

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

background-color css

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

 a { background-color: rgb(186,66,209); }

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

border-color css

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

 span { border-color: rgb(186,66,209); }

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