Html Css Color HEX #BA5AD0 Medium Orchid

📋 copy color: '#BA5AD0'

red 186 ◦ green 90 ◦ blue 208

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

Shades of Medium Orchid #BA5AD0

Tints of Medium Orchid #BA5AD0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.6%

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 38.43%
G = 18.6%
B = 42.98%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA5AD0 (or 0xBA5AD0) is known color: Medium Orchid. HEX triplet: BA, 5A and D0. RGB value is (186,90,208). Sum of RGB (Red+Green+Blue) = 186+90+208=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA5AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AD0 is #45A52F. Grayscale: #838383. Windows color (decimal): -4564272 or 13654714. OLE color: 13654714.

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

Color convert

RGB 186 90 208 -
CMYK 0.11 0.57 0 0.18
HSL 288.81º 0.56% 0.58% -
HSV(B) 288.81º 0.57% 0.82% -
XYZ 35.29 22.31 62.12 -
YUV 132.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 186 90 208 0.11 0.57 0 0.18 288.81 0.56 0.58
Hex BA 5A D0 B 39 0 12 121 38 3A
Octal 272 132 320 13 71 0 22 441 70 72
Binary 10111010 1011010 11010000 1011 111001 0 10010 100100001 111000 111010

Color Harmonies of #BA5AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AD0

Black with #BA5AD0

Text Example


Text Example

White with #BA5AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AD0; }

 p { color: rgb(186,90,208); }

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

background-color css

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

 a { background-color: rgb(186,90,208); }

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

border-color css

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

 span { border-color: rgb(186,90,208); }

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