Html Css Color HEX #BA5CD5 Medium Orchid

📋 copy color: '#BA5CD5'

red 186 ◦ green 92 ◦ blue 213

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

Shades of Medium Orchid #BA5CD5

Tints of Medium Orchid #BA5CD5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.74%

 BLUE value IS 213 (83.59% from 255) = 43.38%

R = 37.88%
G = 18.74%
B = 43.38%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA5CD5 (or 0xBA5CD5) is known color: Medium Orchid. HEX triplet: BA, 5C and D5. RGB value is (186,92,213). Sum of RGB (Red+Green+Blue) = 186+92+213=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA5CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CD5 is #45A32A. Grayscale: #858585. Windows color (decimal): -4563755 or 13982906. OLE color: 13982906.

HSL color Cylindrical-coordinate representation of color #BA5CD5: hue angle of 286.61º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5CD5 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 92 213 -
CMYK 0.13 0.57 0 0.16
HSL 286.61º 0.59% 0.6% -
HSV(B) 286.61º 0.57% 0.84% -
XYZ 36.09 22.9 65.47 -
YUV 133.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 186 92 213 0.13 0.57 0 0.16 286.61 0.59 0.6
Hex BA 5C D5 D 39 0 10 11F 3B 3C
Octal 272 134 325 15 71 0 20 437 73 74
Binary 10111010 1011100 11010101 1101 111001 0 10000 100011111 111011 111100

Color Harmonies of #BA5CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CD5

Black with #BA5CD5

Text Example


Text Example

White with #BA5CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CD5; }

 p { color: rgb(186,92,213); }

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

background-color css

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

 a { background-color: rgb(186,92,213); }

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

border-color css

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

 span { border-color: rgb(186,92,213); }

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