Html Css Color HEX #BA5AD8 Medium Orchid

📋 copy color: '#BA5AD8'

red 186 ◦ green 90 ◦ blue 216

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

Shades of Medium Orchid #BA5AD8

Tints of Medium Orchid #BA5AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.9%

R = 37.8%
G = 18.29%
B = 43.9%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA5AD8 (or 0xBA5AD8) is known color: Medium Orchid. HEX triplet: BA, 5A and D8. RGB value is (186,90,216). Sum of RGB (Red+Green+Blue) = 186+90+216=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA5AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AD8 is #45A527. Grayscale: #848484. Windows color (decimal): -4564264 or 14179002. OLE color: 14179002.

HSL color Cylindrical-coordinate representation of color #BA5AD8: hue angle of 285.71º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA5AD8 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 90 216 -
CMYK 0.14 0.58 0 0.15
HSL 285.71º 0.62% 0.6% -
HSV(B) 285.71º 0.58% 0.85% -
XYZ 36.3 22.71 67.44 -
YUV 133.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 186 90 216 0.14 0.58 0 0.15 285.71 0.62 0.6
Hex BA 5A D8 E 3A 0 F 11E 3E 3C
Octal 272 132 330 16 72 0 17 436 76 74
Binary 10111010 1011010 11011000 1110 111010 0 1111 100011110 111110 111100

Color Harmonies of #BA5AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AD8

Black with #BA5AD8

Text Example


Text Example

White with #BA5AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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