Html Css Color HEX #BA5DD2 Medium Orchid

📋 copy color: '#BA5DD2'

red 186 ◦ green 93 ◦ blue 210

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

Shades of Medium Orchid #BA5DD2

Tints of Medium Orchid #BA5DD2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.02%

 BLUE value IS 210 (82.42% from 255) = 42.94%

R = 38.04%
G = 19.02%
B = 42.94%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA5DD2 (or 0xBA5DD2) is known color: Medium Orchid. HEX triplet: BA, 5D and D2. RGB value is (186,93,210). Sum of RGB (Red+Green+Blue) = 186+93+210=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA5DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DD2 is #45A22D. Grayscale: #858585. Windows color (decimal): -4563502 or 13786554. OLE color: 13786554.

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

Color convert

RGB 186 93 210 -
CMYK 0.11 0.56 0 0.18
HSL 287.69º 0.57% 0.59% -
HSV(B) 287.69º 0.56% 0.82% -
XYZ 35.8 22.92 63.51 -
YUV 134.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 186 93 210 0.11 0.56 0 0.18 287.69 0.57 0.59
Hex BA 5D D2 B 38 0 12 120 39 3B
Octal 272 135 322 13 70 0 22 440 71 73
Binary 10111010 1011101 11010010 1011 111000 0 10010 100100000 111001 111011

Color Harmonies of #BA5DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DD2

Black with #BA5DD2

Text Example


Text Example

White with #BA5DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DD2; }

 p { color: rgb(186,93,210); }

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

background-color css

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

 a { background-color: rgb(186,93,210); }

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

border-color css

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

 span { border-color: rgb(186,93,210); }

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